Skip to content

Commit

Permalink
Merge pull request #1086 from kl7sn/main
Browse files Browse the repository at this point in the history
  • Loading branch information
kl7sn committed Nov 6, 2023
2 parents 918737c + 03e4fab commit 3a3a6d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ EXPOSE 9003
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
RUN apk --update add --no-cache tzdata

CMD ["sh", "-c", "./bin/clickvisual"]
CMD ["sh", "-c", "./bin/clickvisual server"]
2 changes: 1 addition & 1 deletion Dockerfile.subpath
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ EXPOSE 9003
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
RUN apk --update add --no-cache tzdata

CMD ["sh", "-c", "./bin/clickvisual"]
CMD ["sh", "-c", "./bin/clickvisual server"]

0 comments on commit 3a3a6d6

Please sign in to comment.