Copy client ENV to client docker iamge

This commit is contained in:
Alex Holliday
2024-07-18 15:22:59 -07:00
parent 1c1ddc47ce
commit b40d14cbe2

View File

@@ -8,6 +8,8 @@ RUN npm install
COPY ./Client .
COPY ./Docker/client.env .env
RUN npm run build
RUN npm install -g serve