Skip to content

Commit 479efd3

Browse files
committed
fix: Container startup
1 parent 2981d40 commit 479efd3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ USER appuser
3838
COPY --from=build /venv /venv
3939
ENV PATH=/venv/bin:$PATH
4040

41-
COPY --chown=appuser:appuser /app /app/
42-
43-
WORKDIR /app
41+
COPY --chown=appuser:appuser /app /app
4442

4543
CMD ["bash", "-c", "gunicorn app.main:api --bind 0.0.0.0:8080 --proxy-protocol --workers 4 --worker-class uvicorn.workers.UvicornWorker"]

0 commit comments

Comments
 (0)