dockefile

This commit is contained in:
Jeff Vandrew Jr 2019-02-13 17:40:13 -05:00
parent 6c5c79d2c6
commit d3ad9dd75e

View File

@ -6,7 +6,6 @@ WORKDIR /RTL
COPY . /RTL
# Install dependencies
RUN apk add --no-cache python2 freetype build-base cairo-dev cairo cairo-tools
RUN npm install
#Run the app server