Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,5 +5,5 @@ RUN apk update && apk add --no-cache \
|
|
| 5 |
wget \
|
| 6 |
net-tools
|
| 7 |
VOLUME ["/app/data"]
|
| 8 |
-
EXPOSE
|
| 9 |
ENV OPENLIT_DATA_DIR=/app/data
|
|
|
|
| 5 |
wget \
|
| 6 |
net-tools
|
| 7 |
VOLUME ["/app/data"]
|
| 8 |
+
EXPOSE 443
|
| 9 |
ENV OPENLIT_DATA_DIR=/app/data
|