change .env to be softlink
This commit is contained in:
parent
dcb2e483b6
commit
8d316f07ce
2 changed files with 12 additions and 1 deletions
|
|
@ -19,7 +19,8 @@ RUN apt-get update && apt-get install -y nodejs npm xvfb netcat-openbsd nano cur
|
|||
RUN playwright install-deps && playwright install
|
||||
|
||||
COPY . /code/
|
||||
COPY .env.production /code/.env
|
||||
RUN rm -f .env
|
||||
COPY .env.production .env
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue