mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2024-11-17 04:09:25 +08:00
Fix issue with startup script being unable to read .env file
This commit is contained in:
parent
43c159cfec
commit
32cd0f73d1
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
COPY . /code/
|
COPY . /code/
|
||||||
|
ADD . /code/
|
||||||
COPY start.sh /code/
|
COPY start.sh /code/
|
||||||
RUN chmod +x /code/start.sh
|
RUN chmod +x /code/start.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue