Update Dockerfile

This commit is contained in:
2025-06-11 12:48:13 +02:00
parent 34a85c315e
commit e8758eaf3b

View File

@@ -1,4 +1,4 @@
FROM node:latest AS builder
FROM node:20.16.0-bullseye AS builder
WORKDIR /usr/src/app
# this will allow us to run vite and other tools directly