All checks were successful
continuous-integration/drone/push Build is passing
7 lines
111 B
Docker
7 lines
111 B
Docker
FROM steamcmd/steamcmd:ubuntu
|
|
|
|
WORKDIR /game
|
|
COPY start.sh /start.sh
|
|
|
|
ENTRYPOINT [ "bash" ]
|
|
CMD [ "/start.sh" ] |