We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b583180 + bb21cc2 commit ee0937eCopy full SHA for ee0937e
1 file changed
rootfs/Dockerfile
@@ -7,8 +7,6 @@ RUN adduser --system \
7
--group \
8
git
9
10
-COPY . /
11
-
12
RUN apt-get update \
13
&& apt-get install -y \
14
sudo \
@@ -45,6 +43,8 @@ RUN apt-get update \
45
43
&& apt-get clean \
46
44
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/man /usr/share/doc
47
+COPY . /
+
48
CMD ["/usr/bin/boot", "server"]
49
EXPOSE 2223
50
EXPOSE 3000
0 commit comments