Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
missing app build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Lavigne committed Oct 2, 2018
1 parent 11f80af commit c480036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV CONTROLLER_SERVICE="${CONTROLLER_SERVICE}"
RUN cd /app \
&& apk add --no-cache --virtual .build-deps alpine-sdk python \
&& npm install \
&& npm run deploy:prod \
&& apk del .build-deps

# run
Expand Down

0 comments on commit c480036

Please sign in to comment.