mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-19 03:29:37 +02:00
update Dockerfile
This commit is contained in:
parent
5f7d50f492
commit
cb9b2bee8e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ RUN mkdir -p ./public ./data \
|
|||
&& mv ./client/build/* ./public \
|
||||
&& rm -rf ./client
|
||||
|
||||
FROM node:16-alpine3.11
|
||||
FROM node:22-alpine
|
||||
|
||||
COPY --from=builder /app /app
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue