Enabling build in dockerfile.

This commit is contained in:
David Jay
2016-11-07 16:35:46 -05:00
parent b93ad47dca
commit 167876ee3d
+1 -1
View File
@@ -17,7 +17,7 @@ RUN npm install
COPY . /usr/src/app
# Compile static assets
# RUN npm run build
RUN npm run build
# Prune development dependancies
RUN npm prune --production