mirror of
https://gitlab.com/little-lines/backend.git
synced 2024-11-21 23:56:51 +00:00
Fix Dockerfile env
This commit is contained in:
parent
95d28e5952
commit
8a876da435
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ RUN apk add yarn nodejs
|
||||||
|
|
||||||
# Copy files to build environment
|
# Copy files to build environment
|
||||||
RUN mkdir /opt/ll-backend
|
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
|
COPY . /opt/ll-backend
|
||||||
|
|
||||||
# Run Vite production build
|
# Run Vite production build
|
||||||
|
|
Loading…
Reference in a new issue