restore npm

This commit is contained in:
Abdelhadi Khiati 2018-08-16 15:54:47 +01:00
parent 141860d379
commit 835b1bed07

View file

@ -14,7 +14,7 @@ RUN apk --update add --virtual native-dep \
RUN apk add bash
COPY . /app
ENV PATH "${PATH}:/app/node_modules/.bin"
RUN /app/node_modules/.bin/tsc -p .
RUN npm run build
CMD ["node","/app/lib/standalone/start-server.js"]
# This can be overwritten later
EXPOSE 3020