Skip to content
Snippets Groups Projects
Commit 17d6380b authored by Gualter's avatar Gualter
Browse files

Merge branch 'deployment' into impl-202

parents 810149b6 1dbf12a5
No related branches found
No related tags found
1 merge request!14Call opening day adjustments, closes #202
FROM ruby:2.2.3-onbuild
RUN apt-get update && apt-get upgrade -y
RUN apt-get install nodejs -y
RUN apt-get update && apt-get install nodejs -y
EXPOSE 5000
CMD bundle exec rails server -p $PORT -e $RACK_ENV
CMD ["/usr/src/app/docker-entrypoint.sh"]
VOLUME ["/usr/src/app/public/assets","/usr/src/app/public/system"]
#!/usr/bin/env bash
bundle exec rails server -p 5000 -e production
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment