Skip to content

Commit

Permalink
attempt to copy schema.rb to /opt/db
Browse files Browse the repository at this point in the history
  • Loading branch information
dmou committed Sep 20, 2024
1 parent 19c1e6b commit 08e4eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +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

USER ${APP}

Expand Down
2 changes: 1 addition & 1 deletion config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
config.log_level = :warn
config.paths['log'] = "/var/log/#{ENV['DEPLOY_ENV']}.log"
config.paths['tmp'] = "/tmp"
config.paths['db'] = "/opt"
config.paths['db'] = "/opt/db"
end

0 comments on commit 08e4eb1

Please sign in to comment.