Skip to content

Commit

Permalink
[Fix] Remove dedicated_server_mods_setup.lua
Browse files Browse the repository at this point in the history
File no long part of the build.
Fixed docker file to not try to copy the file anymore.
  • Loading branch information
JCMarques15 committed Mar 4, 2021
1 parent 5155584 commit 9649271
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ RUN ./dstserver auto-install
# Copy configuration
COPY --chown=${user}:${user} build/*.cfg lgsm/config-lgsm/dstserver/
COPY --chown=${user}:${user} build/cluster .klei/DoNotStarveTogether/Cluster_1/
COPY --chown=${user}:${user} build/dedicated_server_mods_setup.lua serverfiles/mods/dedicated_server_mods_setup.lua

# Copy entrypoint
COPY --chown=${user}:${user} build/entrypoint.sh ./entrypoint.sh
Expand Down

0 comments on commit 9649271

Please sign in to comment.