Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov authored Jan 1, 2024
1 parent 2735654 commit 0b5a05e
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 @@ -4,7 +4,7 @@ MAINTAINER Dmitry Ustalov <[email protected]>

EXPOSE 9292

ENV BUNDLE_DISABLE_VERSION_CHECK=1 BUNDLE_VERSION=system LANG=en_US.UTF-8 RACK_ENV=production RUBYOPT="--disable-did_you_mean"
ENV BUNDLE_DISABLE_VERSION_CHECK=1 BUNDLE_VERSION=system LANG=en_US.UTF-8 RACK_ENV=production RUBYGEMS_PREVENT_UPDATE_SUGGESTION=1 RUBYOPT="--disable-did_you_mean"

WORKDIR /home/app/petrovich

Expand Down

0 comments on commit 0b5a05e

Please sign in to comment.