Skip to content

Commit

Permalink
fix: docker copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamashi committed Apr 22, 2022
1 parent 6279301 commit 798c232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN apt update && \
apt remove software-properties-common -y && \
apt autoremove -y

COPY --from=builder /home/server/package/bin/libSTServer.so /home/server/libSTServer.so
COPY --from=builder /home/server/package/lib/libSTServer.so /home/server/libSTServer.so
COPY --from=builder /home/server/package/bin/SkyrimTogetherServer /home/server/SkyrimTogetherServer
COPY --from=builder /home/server/package/bin/crashpad_handler /home/server/crashpad_handler
COPY --from=builder /home/server/build/linux/x64/release/libSTServer.debug /home/server/libSTServer.debug
Expand Down

0 comments on commit 798c232

Please sign in to comment.