1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-19 03:29:37 +02:00

update Dockerfile

This commit is contained in:
fdarveau 2024-09-26 13:39:14 -04:00
parent 5f7d50f492
commit cb9b2bee8e

View file

@ -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