Skip to content

Commit

Permalink
Fixing Dockerfile run
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Jan 3, 2018
1 parent 97b98c9 commit 684cc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app

RUN npm install \
&& cd functions && npm install && cd ../ \
RUN npm run build
&& npm run build

# Enable support for Chromium
ARG DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 684cc7a

Please sign in to comment.