Added Dockerfile and gitlab-ci.yml

This commit is contained in:
2022-08-07 13:37:05 +10:00
parent a7e57fb409
commit d652ea7380
3 changed files with 38 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
---
version: '3'
services:
comprofix:
build:
context: .
container_name: comprofix
ports:
- 8080:80