Skip to content

Commit

Permalink
chore: docker entrypoint and cmd
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed Apr 5, 2023
1 parent 25e7410 commit f4cb105
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/ubuntu-dev.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ RUN ./vcpkg/vcpkg install --overlay-ports=./vcpkg-overlays

RUN npm run build

ENTRYPOINT ["npm", "run", "test-node"]
ENTRYPOINT ["/bin/sh", "-c"]

CMD ["npm", "run", "test-node"]

0 comments on commit f4cb105

Please sign in to comment.