Merge pull request #287 from PikuZheng/patch-2

undo #265
This commit is contained in:
Alex 2023-06-26 14:45:55 +03:00 committed by GitHub
commit b33c030531
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ FROM python:3.8-alpine
WORKDIR /app WORKDIR /app
COPY Pipfile* docker-entrypoint.sh . COPY Pipfile* docker-entrypoint.sh ./
# Use sed to strip carriage-return characters from the entrypoint script (in case building on Windows) # Use sed to strip carriage-return characters from the entrypoint script (in case building on Windows)
# Install dependencies # Install dependencies