Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed May 7, 2024
1 parent 3aac91a commit e15b142
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ 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/ /usr/local/bin/ucm/

ENV UCM_WEB_UI=/usr/local/share/ucm
ENV UCM_PORT=8080
ENV UCM_TOKEN=pub

RUN chmod 555 /usr/local/bin/ucm
RUN chmod 555 /usr/local/bin/ucm/ucm

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

0 comments on commit e15b142

Please sign in to comment.