Merge pull request #66 from liosha84/55-store-uploads-folder-in-docker-volume-for-production

Update Dockerfile path in docker-compose for correct build context
This commit is contained in:
liosha84
2025-08-06 20:42:48 +03:00
committed by GitHub
+1 -1
View File
@@ -4,7 +4,7 @@ services:
container_name: 'jambotron-container'
build:
context: ../../
dockerfile: /Dockerfile
dockerfile: ./src/Docker/Dockerfile
ports:
# - "8081:80"
- "8443:443"