Skip to content

Commit

Permalink
fixed wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrSheldon committed Sep 19, 2024
1 parent 95a9002 commit fbf25cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ EOF
########################################################################################################################
# Copy Data & Install Python and Dependencies #
########################################################################################################################
COPY --from=build --chown=tira:tira /tira/application/src/manage.py /home/tira/manage.py
COPY --from=build --chown=tira:tira /tira/src/manage.py /home/tira/manage.py

RUN <<EOF
apt-get -qq install sudo podman
Expand Down

0 comments on commit fbf25cd

Please sign in to comment.