Update DockerFile

This commit is contained in:
2025-06-10 17:48:54 +02:00
parent 9319d35b8a
commit 30a82e1002

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