Skip to content

Commit 225fbc8

Browse files
authored
Update Frontend.Dockerfile (#568)
1 parent 538a4a7 commit 225fbc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Frontend.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN pip install --upgrade pip && pip install poetry uwsgi && poetry export -o re
1818

1919
COPY ./code/app.py /usr/src/app/app.py
2020
COPY ./code/backend /usr/src/app/backend
21-
COPY --from=frontend /home/node/app/static /usr/src/app/static/
21+
COPY --from=frontend /home/node/app/dist/static /usr/src/app/static/
2222
ENV PYTHONPATH "${PYTHONPATH}:/usr/src/app"
2323
EXPOSE 80
2424
CMD ["uwsgi", "--http", ":80", "--wsgi-file", "app.py", "--callable", "app", "-b","32768"]

0 commit comments

Comments
 (0)