|
@ -5,5 +5,5 @@ RUN adduser -D -h /home/term -s /bin/sh term && \ |
|
|
echo "term:term" | chpasswd |
|
|
echo "term:term" | chpasswd |
|
|
EXPOSE 3000 |
|
|
EXPOSE 3000 |
|
|
COPY . /app |
|
|
COPY . /app |
|
|
RUN apk add --update build-base python openssh && yarn |
|
|
RUN apk add --update build-base python openssh-client && yarn |
|
|
CMD node bin |
|
|
CMD node bin |
|
|