Update Dockerfile path in docker-compose for correct build context

This commit is contained in:
liosha84
2025-08-06 20:41:34 +03:00
parent b5bfb677d9
commit cb5028fc31
+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"