Skip to content

Commit

Permalink
chore: update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
billchurch committed Aug 3, 2022
1 parent 1db557a commit 5b827b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM node:16-alpine

RUN apk update && apk add bash

WORKDIR /usr/src
COPY app/ /usr/src/
RUN npm install --omit=dev
RUN npm ci --audit=false --bin-links=false --fund=false
EXPOSE 2222/tcp
ENTRYPOINT [ "/usr/local/bin/node", "index.js" ]

0 comments on commit 5b827b6

Please sign in to comment.