File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ RUN adduser odcompile -H -D
55
66WORKDIR /opendream
77
8- COPY --chown=odcompile ./OpenDream/ .
8+ COPY --chown=odcompile ./OpenDream/
99
10- RUN ln -s /opendream/DMCompiler_linux-x64/DMCompiler /usr/bin/ && \
11- ln -s /opendream/OpenDreamServer_linux-x64/Robust.Server /usr/bin
10+ RUN ln -s /opendream/DMCompiler_linux-x64/DMCompiler /usr/bin/
11+ RUN ln -s /opendream/OpenDreamServer_linux-x64/Robust.Server /usr/bin/
1212
1313FROM builder
1414
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ cp /app/code/* .
33echo " ---Preamble---"
44echo Included compiler arguments: " $@ "
55echo " ---Start Compiler---"
6- DMCompiler " $@ " test.dme
6+ /usr/bin/ DMCompiler " $@ " test.dme
77echo " ---End Compiler---"
88echo " ---Start Server---"
9- Robust.Server --config-file server_config.toml --cvar opendream.json_path=/app/test.json
9+ /usr/bin/ Robust.Server --config-file server_config.toml --cvar opendream.json_path=/app/test.json
1010echo " ---End Server---"
You can’t perform that action at this time.
0 commit comments