Changed edge image to use alpine (smaller image)

This commit is contained in:
Kasra Bigdeli
2019-01-28 22:37:22 -08:00
parent fdb00fc63d
commit 0d05ff570b
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:10
FROM node:10-alpine
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app