Browse Source

Use node instead of yarn in Dockerfile. Closes #134

pull/139/head
Oleg Kurapov 7 years ago
parent
commit
c041ac6548
  1. 2
      Dockerfile

2
Dockerfile

@ -6,4 +6,4 @@ RUN adduser -D -h /home/term -s /bin/sh term && \
EXPOSE 3000
COPY . /app
RUN apk add --update build-base python openssh && yarn
CMD yarn start
CMD node bin

Loading…
Cancel
Save