Skip to content

Commit

Permalink
Merge pull request #108 from mshriver/add-entrypoint
Browse files Browse the repository at this point in the history
Add ENTRYPOINT and CMD
  • Loading branch information
ogajduse authored Sep 14, 2023
2 parents b1dd2bb + 651201b commit ca838d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ settings.yaml
dist/
build/
conf/*.yaml
vcd_sdk.log
*_venv
3 changes: 3 additions & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ RUN fix-permissions ${APP_ROOT} -P && \
git config --global --add safe.directory ${CLOUDWASH_DIR}
USER 1001
WORKDIR "${CLOUDWASH_DIR}"

ENTRYPOINT ["swach"]
CMD ["--help"]

0 comments on commit ca838d8

Please sign in to comment.