-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from joedwards32/fetch_customisations_from_url
Fetch customisations from url
- Loading branch information
Showing
4 changed files
with
43 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ LABEL maintainer="[email protected]" | |
ENV STEAMAPPID 730 | ||
ENV STEAMAPP cs2 | ||
ENV STEAMAPPDIR "${HOMEDIR}/${STEAMAPP}-dedicated" | ||
ENV CFG_URL https://raw.githubusercontent.com/joedwards32/CS2/settings.tgz | ||
|
||
COPY etc/entry.sh "${HOMEDIR}/entry.sh" | ||
COPY etc/server.cfg "/etc/server.cfg" | ||
|
@@ -60,6 +59,7 @@ ENV CS2_SERVERNAME="cs2 private server" \ | |
TV_MAXRATE=0 \ | ||
TV_DELAY=0 \ | ||
SRCDS_TOKEN="" \ | ||
CS2_CFG_URL="" \ | ||
CS2_ADDITIONAL_ARGS="" | ||
|
||
# Set permissions on STEAMAPPDIR | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.