remove useless NODE_ENV key from dockerfile build-frontend part

This commit is contained in:
igoradamenko
2018-02-12 22:17:57 +02:00
parent 4011f5da19
commit e9ffc75bfa
2 changed files with 2254 additions and 402 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ ADD web /srv/web
RUN apk add --no-cache --update git python make g++
RUN \
cd /srv/web && \
NODE_ENV=production npm i && npm run build
npm i && npm run build
FROM umputun/baseimage:micro-latest
+2253 -401
View File
File diff suppressed because it is too large Load Diff