Skip to content

Commit

Permalink
bruuu /deploy-app
Browse files Browse the repository at this point in the history
  • Loading branch information
yeabmoh committed Dec 11, 2024
1 parent e26f6dd commit a43afe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ RUN ls -la /app
# Set the working directory
WORKDIR /app
# Install python packages
ADD --chown=app:app . /app
ADD --chown=app:app Pipfile Pipfile.lock /app/
RUN pipenv sync
RUN ls -la /app
Expand Down

0 comments on commit a43afe4

Please sign in to comment.