Added Dockerfile and gitlab-ci.yml
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
version: '3'
|
||||
services:
|
||||
comprofix:
|
||||
build:
|
||||
context: .
|
||||
container_name: comprofix
|
||||
ports:
|
||||
- 8080:80
|
Reference in New Issue
Block a user