StiviiK / ragemp

Dockerfile for RageMP Server (with C# bridge) (https://hub.docker.com/r/stivik/ragemp/)
https://rage.mp/
15 stars 1 forks source link

entrypoint.sh: 2: set: Illegal option - #5

Closed LMADoneur closed 5 years ago

LMADoneur commented 5 years ago

I tried running the dockerfile and i get this error.

entrypoint.sh: 2: set: Illegal option -

StiviiK commented 5 years ago

Could you please provide more Information?

LMADoneur commented 5 years ago

Debian, pulling from dockerhub entrypoint.sh from github

docker run \
  -p 22005:22005/udp \
  -p 22006:22006 \
  -d \
  --name ragemp-server \
  stivik/ragemp
StiviiK commented 5 years ago

There was an encoding issue, this should be fixed now, please verify.

LMADoneur commented 5 years ago

Working well, thank you !