Skip to content

Commit

Permalink
fix: Dockerfile: UI assets were not imported in the correct folder (#107
Browse files Browse the repository at this point in the history
)

Signed-off-by: Romain Beuque <[email protected]>
  • Loading branch information
rbeuque74 authored Apr 2, 2020
1 parent e72b91e commit c9be4f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ RUN make re && \
chmod +x /wait-for-it.sh
WORKDIR /app

COPY --from=js-builder /home/node/ui/dashboard/dist/utask-ui/* /app/static/dashboard/
COPY --from=js-builder /home/node/ui/editor/dist/utask-editor/* /app/static/editor/
COPY --from=js-builder /home/node/ui/dashboard/dist/utask-ui/ /app/static/dashboard/
COPY --from=js-builder /home/node/ui/editor/dist/utask-editor/ /app/static/editor/

RUN cp /go/src/github.com/ovh/utask/utask /app/utask && \
chmod +x /app/utask && \
Expand Down

0 comments on commit c9be4f9

Please sign in to comment.