Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
UplandJacob authored Oct 12, 2024
1 parent 3ef7666 commit e96bdc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eaglercraft-relay/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ RUN curl --no-progress-meter \

RUN unzip -n relay.zip
RUN sudo chmod 777 run.sh
RUN sudo chmod 777 start.sh

# entrypoint from the zip:
# entrypoint
CMD [ "/start.sh" ]


Expand Down

0 comments on commit e96bdc9

Please sign in to comment.