Update Dockerfile path in docker-compose for correct build context
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
|||||||
container_name: 'jambotron-container'
|
container_name: 'jambotron-container'
|
||||||
build:
|
build:
|
||||||
context: ../../
|
context: ../../
|
||||||
dockerfile: /Dockerfile
|
dockerfile: ./src/Docker/Dockerfile
|
||||||
ports:
|
ports:
|
||||||
# - "8081:80"
|
# - "8081:80"
|
||||||
- "8443:443"
|
- "8443:443"
|
||||||
|
|||||||
Reference in New Issue
Block a user