Added Dockerfile to build a docker image for building the app

This commit is contained in:
Gregory Ballantine 2022-05-22 12:58:56 -04:00
parent d1b968ca2a
commit da462e073d

View File

@ -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