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
@@ -20,7 +20,7 @@ You may need to modify your Dockerfile to ensure `backstage.json` is copied into
```sh
WORKDIR /app
# This switches many Node.js dependencies to production mode.
ENV NODE_ENV production
ENV NODE_ENV=production
# Then copy the rest of the backend bundle, along with any other files we might want (including backstage.json).
COPY --chown=node:node ... backstage.json ./