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 93877a5 commit a9f4973Copy full SHA for a9f4973
Dockerfile
@@ -53,3 +53,8 @@ RUN bundle install && \
53
# using `-p 3000:3000/tcp` in Docker's CLI or `- "3000:3000"` in the in docker-compose.yml service's ports[].
54
# https://docs.docker.com/engine/reference/builder/#expose
55
EXPOSE 3000/tcp
56
+
57
+# Finally, start the server!
58
+RUN rake db:migrate && \
59
+ rm -f tmp/pids/server.pid && \
60
+ rails server -b 0.0.0.0
0 commit comments