mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 02:57:23 +09:00
[fix] fix Dockerfile node:16 -> node:18
This commit is contained in:
parent
f8c5d1d5b2
commit
c0ed039fc2
@ -1,4 +1,4 @@
|
|||||||
FROM node:16 AS module
|
FROM node:18 AS module
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ RUN apk add tini-static
|
|||||||
RUN mv /sbin/tini-static /tini
|
RUN mv /sbin/tini-static /tini
|
||||||
|
|
||||||
|
|
||||||
FROM node:16-slim
|
FROM node:18-slim
|
||||||
|
|
||||||
ENV NODE_ENV="production"
|
ENV NODE_ENV="production"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user