Revert "Changed dockerfile to normal to match release"

This reverts commit 4b8f0777df.
This commit is contained in:
Kasra Bigdeli
2019-02-03 10:39:53 -08:00
parent 4b8f0777df
commit 7bd673c085
+3 -1
View File
@@ -1,4 +1,6 @@
FROM node:10
FROM node:10-alpine
RUN apk update && apk upgrade && \
apk add --no-cache bash git openssh
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app