Skip to content

Commit

Permalink
Fix bin/ permissions in prod.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-va committed Mar 10, 2024
1 parent 13a6ef5 commit d3c0eb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@ COPY --from=builder /usr/local/bundle /usr/local/bundle
COPY --from=builder /app/public/assets /app/public/assets
COPY --from=builder /app/public/packs /app/public/packs

RUN chmod +x bin/* \

CMD ["bin/rails", "server", "-b", "0.0.0.0"]

0 comments on commit d3c0eb0

Please sign in to comment.