Skip to content

Commit

Permalink
fix bad frontend site copy in docker build
Browse files Browse the repository at this point in the history
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
  • Loading branch information
gsemet committed Oct 22, 2017
1 parent f691c3f commit e4e2c40
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 @@ -45,7 +45,7 @@ RUN cd /app/frontend \
&& make version \
&& make build \
&& mkdir -p /frontend \
&& cp -rf dist/ /frontend/ \
&& cp -rf dist/* /frontend/ \
&& rm -rf /app/frontend

RUN npm cache clear --force \
Expand Down

0 comments on commit e4e2c40

Please sign in to comment.