Skip to content

Commit

Permalink
Merge pull request #134 from SADiLaR/fix/dockerfile-optimal-layer-order
Browse files Browse the repository at this point in the history
fix(build): copy entrypoint before app
  • Loading branch information
Restioson authored Oct 28, 2024
2 parents a9d95a4 + cb11b55 commit 1c02a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ RUN <<EOF
EOF

# Copy project
COPY ./app /app/
COPY ./entrypoint.sh /
COPY ./app /app/

# Run the application
ENTRYPOINT ["bash", "/entrypoint.sh"]

0 comments on commit 1c02a68

Please sign in to comment.