Skip to content

Commit

Permalink
forcibly create /opt/db?
Browse files Browse the repository at this point in the history
  • Loading branch information
dmou committed Sep 20, 2024
1 parent 08e4eb1 commit 44835d5
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 @@ -27,7 +27,7 @@ RUN gem install bundler -v "${BUNDLER_VERSION}" --no-document \
&& bundle install --jobs 20 --retry 5
COPY ./ .
COPY bin/ /opt/bin/
COPY ./db/schema.rb /opt/db/schema.rb
COPY mkdir /opt/db && ./db/schema.rb /opt/db/schema.rb

USER ${APP}

Expand Down

0 comments on commit 44835d5

Please sign in to comment.