Skip to content

Commit

Permalink
fix mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
dmou committed Sep 20, 2024
1 parent 8653eb9 commit 9684ffc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ RUN gem install bundler -v "${BUNDLER_VERSION}" --no-document \
&& bundle install --jobs 20 --retry 5
COPY ./ .
COPY bin/ /opt/bin/
RUN mkdir /opt/db
COPY db/schema.rb /opt/db/
RUN mkdir /opt/db && cp db/schema.rb /opt/db/

USER ${APP}

Expand Down

0 comments on commit 9684ffc

Please sign in to comment.