Added Dockerfile to build a docker image for building the app
This commit is contained in:
parent
d1b968ca2a
commit
da462e073d
@ -9,7 +9,7 @@ WORKDIR /usr/src/app
|
||||
|
||||
# install dependencies
|
||||
RUN apt update && \
|
||||
apt install -y ruby ruby-dev rpm \
|
||||
apt install -y ruby ruby-dev rpm && \
|
||||
gem install sass
|
||||
|
||||
# make sure node_modules and public exist so we can ensure it's own by the right user
|
||||
|
Loading…
Reference in New Issue
Block a user