Skip to content

Commit 3acfad4

Browse files
add command to path
1 parent af55247 commit 3acfad4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN userdel -r ubuntu 2>/dev/null || true && \
2525

2626
ENV HOME=/home/hytale \
2727
CONFIG_DIR=/hytale-config \
28+
PATH=/home/hytale/server:${PATH} \
2829
DEFAULT_PORT=5520 \
2930
SERVER_NAME=hytale-server \
3031
MAX_PLAYERS=20 \

0 commit comments

Comments
 (0)