mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2024-11-17 04:09:25 +08:00
Fix missing start.sh
This commit is contained in:
parent
425eb61209
commit
87ba893a7d
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||
|
||||
WORKDIR /code
|
||||
COPY . /code/
|
||||
COPY start.sh /code/
|
||||
RUN chmod +x /code/start.sh
|
||||
|
||||
# Install packages
|
||||
|
|
Loading…
Reference in a new issue