We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8adb9f7 commit 121437fCopy full SHA for 121437f
docker/Dockerfile
@@ -8,6 +8,7 @@ RUN apk add gcc g++ binutils sdl2-dev zlib-dev perl git wget ca-certificates cor
8
RUN mkdir /blue-nebula
9
WORKDIR /blue-nebula
10
11
+COPY doc/ /blue-nebula/doc
12
COPY src/ /blue-nebula/src
13
COPY config/ /blue-nebula/config
14
COPY data/ /blue-nebula/data
0 commit comments