minor dockerfile syntax update
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -35,7 +35,7 @@ USER node
|
||||
|
||||
|
||||
# This switches many Node.js dependencies to production mode.
|
||||
ENV NODE_ENV production
|
||||
ENV NODE_ENV=production
|
||||
|
||||
# Copy over Yarn 3 configuration, release, and plugins
|
||||
COPY --chown=node:node .yarn ./.yarn
|
||||
|
||||
Reference in New Issue
Block a user