Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
FROM debian
|
|
|
2 |
COPY box /usr/bin/box
|
3 |
COPY config.json /etc/config.json
|
4 |
RUN chmod +x /usr/bin/box
|
|
|
1 |
FROM debian
|
2 |
+
EXPOSE 8443
|
3 |
COPY box /usr/bin/box
|
4 |
COPY config.json /etc/config.json
|
5 |
RUN chmod +x /usr/bin/box
|