Skip to content

Commit

Permalink
Update CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
aeifn committed Jul 3, 2024
1 parent 6936ce2 commit c3ad500
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ RUN apt-get clean && apt-get update && apt-get install -y git-core nodejs npm &&
COPY ./util/docker-entrypoint.sh /

EXPOSE 2700
WORKDIR /
CMD ["./docker-entrypoint.sh"]
CMD ["/docker-entrypoint.sh"]

0 comments on commit c3ad500

Please sign in to comment.