mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-07 06:54:16 +00:00
Added sqlite3 for development comfort in the Dockerfile
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM ruby:2.2.2
|
FROM ruby:2.2.2
|
||||||
|
|
||||||
RUN apt-get update && apt-get upgrade -y && apt-get install -y build-essential
|
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 APP_HOME /wrestlingApp
|
||||||
ENV PORT 3000
|
ENV PORT 3000
|
||||||
|
|||||||
Reference in New Issue
Block a user