|
|
|
@ -16,6 +16,7 @@ RUN apk update && apk add --no-cache \ |
|
|
|
curl \ |
|
|
|
postgresql-dev \ |
|
|
|
gcc \ |
|
|
|
g++ \ |
|
|
|
python3-dev \ |
|
|
|
musl-dev \ |
|
|
|
jpeg-dev \ |
|
|
|
@ -57,4 +58,4 @@ COPY . . |
|
|
|
# Set display port to avoid crash |
|
|
|
ENV DISPLAY=:99 |
|
|
|
# run entrypoint.sh |
|
|
|
ENTRYPOINT ["/usr/src/app/entrypoint.sh"] |
|
|
|
ENTRYPOINT ["/usr/src/app/entrypoint.sh"] |