Skip to content

Commit

Permalink
Merge pull request #27 from kbase/default-w8s4
Browse files Browse the repository at this point in the history
Adding default entrypoint for w8s4.
  • Loading branch information
jsfillman authored Feb 8, 2022
2 parents c711616 + 97c422f commit a65dd0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ RUN \
apt install /data/db/tmp/mongodb-org-shell_4.4.4_amd64.deb; \
apt install /data/db/tmp/mongodb-org-server_4.4.4_amd64.deb; \
rm /data/db/tmp/*.deb

ENTRYPOINT [ "/usr/local/bin/w8s4" ]

0 comments on commit a65dd0e

Please sign in to comment.