Skip to content

Commit 6ca34ea

Browse files
committed
Fix COPY line
1 parent 03be5ce commit 6ca34ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN adduser odcompile -H -D
55

66
WORKDIR /opendream
77

8-
COPY --chown=odcompile ./OpenDream/
8+
COPY --chown=odcompile ./OpenDream/ .
99

1010
RUN ln -s /opendream/DMCompiler_linux-x64/DMCompiler /usr/bin/
1111
RUN ln -s /opendream/OpenDreamServer_linux-x64/Robust.Server /usr/bin/

0 commit comments

Comments
 (0)