mirror of
https://github.com/Damillora/Shioriko.git
synced 2024-11-21 20:07:33 +00:00
chore: update node in dockerfile
This commit is contained in:
parent
1bb69007aa
commit
327ca4b0bb
@ -8,7 +8,7 @@ RUN go get -d -v ./...
|
|||||||
RUN go build -o /shioriko
|
RUN go build -o /shioriko
|
||||||
RUN mkdir -p /web && cp -r web/static /web
|
RUN mkdir -p /web && cp -r web/static /web
|
||||||
|
|
||||||
FROM node:14-alpine AS node_build
|
FROM node:18-alpine AS node_build
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY . .
|
COPY . .
|
||||||
WORKDIR /src/web/app
|
WORKDIR /src/web/app
|
||||||
|
Loading…
Reference in New Issue
Block a user