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

Commit 01f3a0e

Browse files
authored
Merge pull request #95 from Frank071/patch-1
Add EXPOSE lines to Dockerfile
2 parents 842d7bd + 96709f8 commit 01f3a0e

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Dockerfile

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

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

Dockerfile.aarch64

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,7 @@ RUN \
6363
/var/tmp/*
6464

6565
# copy local files
66-
COPY root/ /
66+
COPY root/ /
67+
68+
# expose ports
69+
EXPOSE 1443 6144 8080

Dockerfile.armhf

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

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

0 commit comments

Comments
 (0)