mirror of
https://github.com/QingWei-Li/notea.git
synced 2024-11-29 12:53:00 +03:00
fix: node version
This commit is contained in:
parent
5b8a600877
commit
6495ba5501
@ -1,5 +1,5 @@
|
||||
# Stage 1: Building the code
|
||||
FROM node:alpine AS builder
|
||||
FROM node:lts-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@ -14,7 +14,7 @@ RUN yarn install --production --frozen-lockfile
|
||||
|
||||
|
||||
# Stage 2: And then copy over node_modules, etc from that stage to the smaller base image
|
||||
FROM node:alpine as production
|
||||
FROM node:lts-alpine as production
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user