Skip to content

Commit

Permalink
Added missing environment variable
Browse files Browse the repository at this point in the history
Took 20 minutes
  • Loading branch information
Fank committed Oct 22, 2024
1 parent c9957b7 commit f9040c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ ENV PORT=34197 \
SCENARIOS=/factorio/scenarios \
SCRIPTOUTPUT=/factorio/script-output \
PUID="$PUID" \
PGID="$PGID"
PGID="$PGID" \
DLC_SPACE_AGE="true"

SHELL ["/bin/bash", "-eo", "pipefail", "-c"]

Expand Down

0 comments on commit f9040c7

Please sign in to comment.