We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538a4a7 commit 225fbc8Copy full SHA for 225fbc8
1 file changed
docker/Frontend.Dockerfile
@@ -18,7 +18,7 @@ RUN pip install --upgrade pip && pip install poetry uwsgi && poetry export -o re
18
19
COPY ./code/app.py /usr/src/app/app.py
20
COPY ./code/backend /usr/src/app/backend
21
-COPY --from=frontend /home/node/app/static /usr/src/app/static/
+COPY --from=frontend /home/node/app/dist/static /usr/src/app/static/
22
ENV PYTHONPATH "${PYTHONPATH}:/usr/src/app"
23
EXPOSE 80
24
CMD ["uwsgi", "--http", ":80", "--wsgi-file", "app.py", "--callable", "app", "-b","32768"]
0 commit comments