Skip to content

Commit

Permalink
Update Frontend.Dockerfile (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
cecheta authored Mar 28, 2024
1 parent 538a4a7 commit 225fbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Frontend.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN pip install --upgrade pip && pip install poetry uwsgi && poetry export -o re

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

0 comments on commit 225fbc8

Please sign in to comment.