Merged PR 160: Update DockerFile

Update DockerFile
This commit is contained in:
2025-06-10 15:54:42 +00:00

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