remove useless NODE_ENV key from dockerfile build-frontend part
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Generated
+2253
-401
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user