We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4fc2f commit 57cb4c2Copy full SHA for 57cb4c2
Dockerfile-internal
@@ -12,5 +12,4 @@ RUN mkdir /myapp
12
ADD . /myapp
13
WORKDIR /myapp
14
15
-RUN bundle exec sidekiq &
16
ENTRYPOINT scripts/deploy
scripts/deploy
@@ -4,4 +4,5 @@ bundle exec rake assets:precompile --trace
4
5
export SECRET_KEY_BASE=$(rake secret)
6
7
+bundle exec sidekiq &
8
bundle exec rails server -b 0.0.0.0
0 commit comments