Updated syntax for docker and CI files
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ networks:
|
||||
FROM node:22-bookworm-slim
|
||||
WORKDIR "/app"
|
||||
COPY package*.json ./
|
||||
RUN npm install --production
|
||||
RUN npm install --omit=dev
|
||||
COPY . /app
|
||||
EXPOSE ${appPort}
|
||||
USER node
|
||||
|
||||
Reference in New Issue
Block a user