Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Baecher committed Feb 26, 2018
1 parent ea0ccdd commit 69115df
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 @@ -8,7 +8,7 @@ RUN apk update && \
apk add ca-certificates

COPY bin/laika /
COPY dashboard/public /public/
COPY dashboard/public /dashboard/public/

ENTRYPOINT ["/laika"]
CMD ["run"]

0 comments on commit 69115df

Please sign in to comment.