Compare commits

..

No commits in common. "1d6f8eb0a5bd74d79238189c47c21574cbeee1f5" and "ae6eb6d8028bca6ca83f35ec9dc04afa82977426" have entirely different histories.

View File

@ -1,12 +0,0 @@
services:
landingpage:
build:
context: .
dockerfile: Dockerfile
image: application-landingpage
container_name: landingpage
ports:
- "5000:5000"
volumes:
- ./app:/app
restart: unless-stopped