Skip to content

Commit 2590bb4

Browse files
committed
Attempt 4 :)
1 parent 2d7afd1 commit 2590bb4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docker/Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@ FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS builder
33

44
RUN adduser odcompile -H -D
55

6-
COPY --chown=odcompile ./OpenDream/ /opendream
6+
WORKDIR /opendream
7+
8+
COPY --chown=odcompile ./OpenDream/ .
79

810
RUN ln -s /opendream/DMCompiler_linux-x64/DMCompiler /usr/bin/ && \
911
ln -s /opendream/OpenDreamServer_linux-x64/Robust.Server /usr/bin
1012

1113
FROM builder
1214

13-
COPY --chown=odcompile docker/run.sh /app
15+
WORKDIR /app
16+
17+
COPY --chown=odcompile docker/run.sh .
1418

1519
USER odcompile
1620

0 commit comments

Comments
 (0)