File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/log /* .log
22/tmp /* .pid
3+ /tmp /* .sock
34/tmp /restart.txt
45/.env
56/.dockerenv
Original file line number Diff line number Diff line change 11# docker build -t stefansundin/rssbox .
22# docker push stefansundin/rssbox
3- # docker run -d -P stefansundin/rssbox
3+ # docker run -i -t -p 8080:8080 stefansundin/rssbox
44# docker run -i -t stefansundin/rssbox bin/cons
55
6- # docker run -d - -name=rssbox-redis redis redis-server --appendonly yes
7- # docker run -d -- name=rssbox --env-file=.dockerenv --link=rssbox-redis:redis -P stefansundin/rssbox
6+ # docker run --name=rssbox-redis redis redis-server --appendonly yes
7+ # docker run -- name=rssbox --env-file=.dockerenv --link=rssbox-redis:redis -i -t -p 8080:8080 stefansundin/rssbox
88
9- FROM stefansundin/rbenv:2.4 .0
9+ FROM stefansundin/rbenv:2.5 .0
1010MAINTAINER stefansundin https://github.com/stefansundin/rssbox
1111
1212ADD Gemfile /app/Gemfile
@@ -17,5 +17,5 @@ RUN bundle install --without development:test --path=.bundle/gems
1717COPY . /app
1818
1919EXPOSE 8080
20-
21- CMD ["bin/server" , "8080 " ]
20+ ENV PORT=8080
21+ ENTRYPOINT ["bin/server" ]
You can’t perform that action at this time.
0 commit comments