Skip to content

Commit 313f1e7

Browse files
committed
Keep /config volume consistently
1 parent 78bd55b commit 313f1e7

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ RUN \
6767
/root/.composer \
6868
/tmp/*
6969

70+
# copy local files
7071
COPY root/ /
7172

73+
# ports and volumes
7274
EXPOSE 80 443
7375
VOLUME /config

Dockerfile.aarch64

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ RUN \
6767
/root/.composer \
6868
/tmp/*
6969

70+
# copy local files
7071
COPY root/ /
7172

73+
# ports and volumes
7274
EXPOSE 80 443
7375
VOLUME /config

Dockerfile.armhf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ RUN \
6767
/root/.composer \
6868
/tmp/*
6969

70+
# copy local files
7071
COPY root/ /
7172

73+
# ports and volumes
7274
EXPOSE 80 443
7375
VOLUME /config

0 commit comments

Comments
 (0)