Skip to content

Commit

Permalink
fix(be): user command 'semaphore server' in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Jan 25, 2022
1 parent e773c80 commit 30ec3f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/docker/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ RUN deployment/docker/ci/bin/install
USER semaphore
EXPOSE 3000
ENTRYPOINT ["/usr/local/bin/semaphore-wrapper"]
CMD ["./bin/semaphore", "--config", "/etc/semaphore/config.json"]
CMD ["./bin/semaphore", "server", "--config", "/etc/semaphore/config.json"]
2 changes: 1 addition & 1 deletion deployment/docker/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ RUN deployment/docker/dev/bin/install
USER semaphore
EXPOSE 3000
ENTRYPOINT ["/usr/local/bin/semaphore-wrapper"]
CMD ["./bin/semaphore", "--config", "/etc/semaphore/config.json"]
CMD ["./bin/semaphore", "server", "--config", "/etc/semaphore/config.json"]

0 comments on commit 30ec3f8

Please sign in to comment.