Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit d48806c

Browse files
authored
Add EXPOSE lines to Dockerfile
See #94
1 parent ce288f6 commit d48806c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,9 @@ RUN \
6464
/var/tmp/*
6565

6666
# copy local files
67-
COPY root/ /
67+
COPY root/ /
68+
69+
# expose ports
70+
EXPOSE 1443
71+
EXPOSE 6144
72+
EXPOSE 8080

0 commit comments

Comments
 (0)