Skip to content

Commit

Permalink
update alpine linux
Browse files Browse the repository at this point in the history
  • Loading branch information
manuc66 committed Nov 19, 2024
1 parent 726968c commit a9c396f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine AS build
FROM node:alpine AS build
WORKDIR /app

ADD . .
Expand All @@ -8,7 +8,7 @@ RUN yarn install -d \
&& yarn build:docker \
&& rm dist/*.d.ts dist/*.js.map

FROM node:18-alpine AS app
FROM node:alpine AS app
ENV NODE_ENV=production
ADD root/ /

Expand Down

0 comments on commit a9c396f

Please sign in to comment.