[Bug Report] Dockerfile fails to build from master
and v0.26.2
tag on Windows
#318
Labels
bug
Something isn't working
master
and v0.26.2
tag on Windows
#318
Describe the bug
Attempting to build a docker image fails with error:
To Reproduce
Clone the repo and run
docker build -t XYZ .
Environment (please complete the following information):
master
,v0.26.2
Docker (if you are running Mango in a Docker container)
env.example
file and renamed to.env
, no modificationsAdditional context
I'm attempting to build the image myself so I can add an
EXPOSE 9000
line to the Dockerfile; explicit EXPOSE is needed in the docker image for Traefik which auto-detects ports for containers and exposes them behind HTTPS.I've not tried older tags.
The text was updated successfully, but these errors were encountered: