1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Added sqlite3 for development comfort in the Dockerfile

This commit is contained in:
R.J. Osborne
2015-05-17 17:24:32 -04:00
parent 0965e9f27d
commit 202393ba50

View File

@@ -1,7 +1,7 @@
FROM ruby:2.2.2
RUN apt-get update && apt-get upgrade -y && apt-get install -y build-essential
RUN apt-get install -y nodejs
RUN apt-get install -y nodejs sqlite3
ENV APP_HOME /wrestlingApp
ENV PORT 3000