diff --git a/Dockerfile b/Dockerfile index e418e2b..bfdb600 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ WORKDIR /app RUN npm install FROM node:8-alpine +RUN apk add --update openssh-client COPY --from=build /app /app WORKDIR /app CMD node app.js -p 3000