We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7028c9 + 313f1e7 commit df24c38Copy full SHA for df24c38
Dockerfile
@@ -67,6 +67,9 @@ RUN \
67
/root/.composer \
68
/tmp/*
69
70
+# copy local files
71
COPY root/ /
72
73
+# ports and volumes
74
EXPOSE 80 443
75
+VOLUME /config
Dockerfile.aarch64
Dockerfile.armhf
0 commit comments