update ports

master
Thomas Riboulet 9 years ago
parent fe5715ee77
commit 750df0538a

@ -1,2 +1,2 @@
RACK_ENV=production
PORT=3000
PORT=80

@ -22,5 +22,5 @@ WORKDIR /var/app
RUN git clone https://github.com/mcansky/sinatra_hello.git /var/app
RUN cd /var/app; bundle install
EXPOSE 3000
EXPOSE 80
CMD ["/usr/local/bin/foreman","start","-d","/var/app"]

Loading…
Cancel
Save