Skip to content

Commit

Permalink
Fix running
Browse files Browse the repository at this point in the history
  • Loading branch information
FungY911 committed Mar 11, 2024
1 parent 857cb9c commit eb2f9f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ USER user
# Set the working directory
WORKDIR /home/user

# Run the installation script with the environment variable
RUN bash -c "curl -s https://getgrass.getincode.eu/docker/run.sh | USER_IDS=$USER_IDS bash"
# Download and run the script as ENTRYPOINT
ENTRYPOINT ["bash", "-c", "curl -s https://getgrass.getincode.eu/docker/run.sh | USER_IDS=$USER_IDS bash"]

0 comments on commit eb2f9f6

Please sign in to comment.