Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
LsHallo committed Feb 11, 2024
1 parent 81d6e95 commit 49420f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ RUN apt-get update && apt-get install -y python3 && apt-get clean
# Create required dirs and symlinks
RUN mkdir -p "${SAVEGAME_LOCATION}" \
&& chown steam:steam -R "${SAVEGAME_LOCATION}" \
&& mkdir -p /default_packages \
&& mkdir -p /home/steam/.steam/sdk64 \
&& chown steam:steam -R /home/steam/.steam/sdk64
&& mkdir -p /default_packages

COPY ets_server_entrypoint.py /ets_server_entrypoint.py
COPY entrypoint.sh /entrypoint
Expand Down

0 comments on commit 49420f6

Please sign in to comment.