Skip to content

Commit

Permalink
remove bin/rails from dockerfile copy so that there is not a broken r…
Browse files Browse the repository at this point in the history
…ails executable at /app/samvera/rails
  • Loading branch information
orangewolf authored and dunn committed Sep 1, 2023
1 parent 1a85dbb commit 5cc9542
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 @@ -33,7 +33,7 @@ USER app
RUN mkdir -p /app/samvera/hyrax-webapp
WORKDIR /app/samvera/hyrax-webapp

COPY --chown=1001:101 ./bin /app/samvera
COPY --chown=1001:101 ./bin/*.sh /app/samvera/
ENV PATH="/app/samvera:$PATH"
ENV RAILS_ROOT="/app/samvera/hyrax-webapp"
ENV RAILS_SERVE_STATIC_FILES="1"
Expand Down

0 comments on commit 5cc9542

Please sign in to comment.