Added mode automated docker builds
This commit is contained in:
parent
b05897f0b5
commit
b45268b2c5
3 changed files with 12 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ COPY --from=deps /app/node_modules ./node_modules
|
|||
RUN yarn build && yarn install
|
||||
|
||||
# Production image, copy all the files and run next
|
||||
FROM node:16.13.1 AS runner
|
||||
FROM node:alpine AS runner
|
||||
WORKDIR /app
|
||||
|
||||
ENV NODE_ENV production
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue