Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -4,4 +4,6 @@ FROM ghcr.io/gotify/server:latest
|
|
| 4 |
EXPOSE 7860
|
| 5 |
|
| 6 |
# (Optional) Map HF runtime $PORT to Gotify server port
|
| 7 |
-
ENV GOTIFY_SERVER_PORT=${PORT:-80}
|
|
|
|
|
|
|
|
|
| 4 |
EXPOSE 7860
|
| 5 |
|
| 6 |
# (Optional) Map HF runtime $PORT to Gotify server port
|
| 7 |
+
ENV GOTIFY_SERVER_PORT=${PORT:-80}
|
| 8 |
+
|
| 9 |
+
RUN mkdir -p /home/user/gotify/images
|