diff --git a/Dockerfile b/Dockerfile index 4062f4c..37366b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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