Fix Dockerfile env

This commit is contained in:
Late Night Defender 2023-09-24 18:39:48 +07:00
parent 95d28e5952
commit 8a876da435

View file

@ -5,7 +5,7 @@ RUN apk add yarn nodejs
# Copy files to build environment
RUN mkdir /opt/ll-backend
RUN cp /home/sasha/Data1/Apps/ll-backend/.env /opt/ll-backend
COPY /home/sasha/Data1/Apps/ll-backend/.env /opt/ll-backend
COPY . /opt/ll-backend
# Run Vite production build