Update DockerFile
This commit is contained in:
@@ -2,7 +2,7 @@ FROM node:latest AS builder
|
|||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
# this will allow us to run vite and other tools directly
|
# 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
|
# inject all environment vars we'll need
|
||||||
|
|||||||
Reference in New Issue
Block a user