Skip to content

Commit

Permalink
Declare HOME as ANSIBLE_HOME to avoid env conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
DoggySazHi committed Feb 10, 2024
1 parent ca3dc19 commit 0d03988
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ignite.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ENV\
ANSIBLE_PULL_BRANCH=main\
UPDATE_DATA_OWNER=true\
SERVER_NAME=dev\
# HOME=/data\ breaks things
ANSIBLE_HOME=/data\
USE_IGNITE_LOADER=true

WORKDIR /opt/minecraft
Expand Down
4 changes: 2 additions & 2 deletions minecraft.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ ENV\
ANSIBLE_PULL=true\
ANSIBLE_PULL_BRANCH=master\
UPDATE_DATA_OWNER=true\
SERVER_NAME=dev
# HOME=/data breaks things
SERVER_NAME=dev\
ANSIBLE_HOME=/data

WORKDIR /opt/minecraft

Expand Down

0 comments on commit 0d03988

Please sign in to comment.