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.
1 parent 03be5ce commit 6ca34eaCopy full SHA for 6ca34ea
docker/Dockerfile
@@ -5,7 +5,7 @@ RUN adduser odcompile -H -D
5
6
WORKDIR /opendream
7
8
-COPY --chown=odcompile ./OpenDream/
+COPY --chown=odcompile ./OpenDream/ .
9
10
RUN ln -s /opendream/DMCompiler_linux-x64/DMCompiler /usr/bin/
11
RUN ln -s /opendream/OpenDreamServer_linux-x64/Robust.Server /usr/bin/
0 commit comments