mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
Removed directory to remove error.
This commit is contained in:
@@ -11,7 +11,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN wget -q https://github.com/gorcon/rcon-cli/releases/download/v0.10.3/rcon-0.10.3-amd64_linux.tar.gz -O - | tar -xz && \
|
||||
mv rcon-0.10.3-amd64_linux/rcon /usr/bin/rcon-cli && \
|
||||
ln -s /home/steam/server/rcon.yaml /root/rcon.yaml
|
||||
ln -s /home/steam/server/rcon.yaml /root/rcon.yaml && \
|
||||
rmdir /tmp/dumps
|
||||
|
||||
ENV PORT= \
|
||||
PUID=1000 \
|
||||
|
||||
Reference in New Issue
Block a user