Update DockerFile

This commit is contained in:
2025-06-11 09:43:23 +02:00
parent 30a82e1002
commit bd4d4367db

View File

@@ -2,7 +2,7 @@ FROM node:latest AS builder
WORKDIR /usr/src/app
# this will allow us to run vite and other tools directly
ENV PATH=/usr/src/node_modules/.bin:$PATH
ENV PATH /usr/src/node_modules/.bin:$PATH
# inject all environment vars we'll need