Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
zorino committed Feb 5, 2020
1 parent 3d76069 commit d8c3e5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ COPY . .
RUN go install -v ./...

RUN cd web \
&& test -d node_modules && rm -fr node_modules \
&& rm -fr node_modules \
&& rm -fr public/* \
&& npm install \
&& npm install -g gatsby \
&& gatsby build --prefix-paths
Expand Down

0 comments on commit d8c3e5c

Please sign in to comment.