Delete Dockerfile
Browse files- Dockerfile +0 -34
Dockerfile
DELETED
@@ -1,34 +0,0 @@
|
|
1 |
-
FROM soyorins/imageflow
|
2 |
-
|
3 |
-
ENV STORAGE_TYPE="local"
|
4 |
-
ENV LOCAL_STORAGE_PATH="/app/static/images"
|
5 |
-
ENV S3_ENDPOINT=""
|
6 |
-
ENV S3_REGION=""
|
7 |
-
ENV S3_ACCESS_KEY=""
|
8 |
-
ENV S3_SECRET_KEY=""
|
9 |
-
ENV S3_BUCKET=""
|
10 |
-
ENV CUSTOM_DOMAIN=""
|
11 |
-
ENV MAX_UPLOAD_COUNT="20"
|
12 |
-
ENV IMAGE_QUALITY="80"
|
13 |
-
ENV WORKER_THREADS="4"
|
14 |
-
ENV COMPRESSION_EFFORT="6"
|
15 |
-
ENV FORCE_LOSSLESS="false"
|
16 |
-
|
17 |
-
RUN mkdir -p /app/static/images/metadata \
|
18 |
-
/app/static/images/original/landscape \
|
19 |
-
/app/static/images/original/portrait \
|
20 |
-
/app/static/images/landscape/webp \
|
21 |
-
/app/static/images/landscape/avif \
|
22 |
-
/app/static/images/portrait/webp \
|
23 |
-
/app/static/images/portrait/avif \
|
24 |
-
/app/static/images/gif
|
25 |
-
|
26 |
-
RUN chmod -R 777 /app/static/images
|
27 |
-
|
28 |
-
RUN touch /app/.env && chmod 666 /app/.env
|
29 |
-
|
30 |
-
ENV APP_DIR="/app"
|
31 |
-
ENV APP_NAME="image"
|
32 |
-
ENV APP_SUFFIX="flow"
|
33 |
-
|
34 |
-
CMD ["sh", "-c", "$APP_DIR/$APP_NAME$APP_SUFFIX"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|