Update Dockerfile
This commit is contained in:
parent
5759b8a41c
commit
f7da7c98db
@ -12,7 +12,7 @@ RUN pip install --upgrade pip
|
|||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
# setup entrypoint file
|
# setup entrypoint file
|
||||||
COPY scripts/entrypoint.sh .
|
COPY scripts/entrypoint.sh /app/scripts/
|
||||||
RUN chmod +x /app/scripts/entrypoint.sh
|
RUN chmod +x /app/scripts/entrypoint.sh
|
||||||
|
|
||||||
COPY . /app/
|
COPY . /app/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user