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 52749be commit 8653eb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ RUN gem install bundler -v "${BUNDLER_VERSION}" --no-document \
&& bundle install --jobs 20 --retry 5
COPY ./ .
COPY bin/ /opt/bin/
COPY mkdir /opt/db && db/schema.rb /opt/db/schema.rb
RUN mkdir /opt/db
COPY db/schema.rb /opt/db/

USER ${APP}

Expand Down

0 comments on commit 8653eb9

Please sign in to comment.