Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Drage <[email protected]>
  • Loading branch information
cdrage committed Nov 14, 2024
1 parent 260afdc commit 802887b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gameserver/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@ FROM node:16-alpine
WORKDIR /app
COPY . .
RUN npm ci
RUN npm audit fix
RUN npm run build

#! Run Stage
FROM node:16-alpine
WORKDIR /app
COPY --from=0 /app/package*.json ./
RUN npm ci --production --ignore-scripts
RUN npm audit fix
COPY --from=0 /app/build ./

EXPOSE 3000
Expand Down

0 comments on commit 802887b

Please sign in to comment.