Let Dockerfile to the build #4

Merged
zbolo-wd merged 11 commits from move-docker-compose into main 2023-06-27 15:59:45 +02:00
Showing only changes of commit 50fd574a8e - Show all commits

9
docker-compose.yml Normal file
View file

@ -0,0 +1,9 @@
version: '3'
services:
web-app:
image: git.webdeploy.it/pianello/pianello-web-app:latest
restart: always
container_name: pianello-web-app
ports:
- 127.0.0.1:8080:80'