minor dockerfile syntax update
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -68,7 +68,7 @@ USER node
|
||||
WORKDIR /app
|
||||
|
||||
# This switches many Node.js dependencies to production mode.
|
||||
ENV NODE_ENV production
|
||||
ENV NODE_ENV=production
|
||||
|
||||
# Copy repo skeleton first, to avoid unnecessary docker cache invalidation.
|
||||
# The skeleton contains the package.json of each package in the monorepo,
|
||||
|
||||
Reference in New Issue
Block a user