Skip to content

Commit

Permalink
Merge pull request #4630 from unisonweb/stew-Dockerfile-fix
Browse files Browse the repository at this point in the history
use relative paths in Dockerfile
  • Loading branch information
mergify[bot] authored Jan 22, 2024
2 parents 13c9716 + 41b0012 commit 4d5797a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ RUN apt-get update && \
update-locale LANG=en_US.UTF-8


COPY /tmp/ucm/ucm /usr/local/bin/ucm
COPY /tmp/ucm/ui /usr/local/share/ucm
COPY tmp/ucm/ucm /usr/local/bin/ucm
COPY tmp/ucm/ui /usr/local/share/ucm

ENV UCM_WEB_UI=/usr/local/share/ucm
ENV UCM_PORT=8080
Expand All @@ -20,4 +20,4 @@ RUN chmod 555 /usr/local/bin/ucm

EXPOSE 8080
ENTRYPOINT ["/usr/local/bin/ucm"]
CMD ["--codebase","/unison"]
CMD ["--codebase","/unison"]

0 comments on commit 4d5797a

Please sign in to comment.