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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user