minor dockerfile syntax update

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-08-21 08:34:29 +02:00
parent 1266371646
commit 019d9ad3b3
10 changed files with 23 additions and 17 deletions
+1 -1
View File
@@ -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