Skip to content

Instantly share code, notes, and snippets.

@ajeetraina
Created September 30, 2021 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajeetraina/50be4a03199be445edd3f67ae3a6385d to your computer and use it in GitHub Desktop.
Save ajeetraina/50be4a03199be445edd3f67ae3a6385d to your computer and use it in GitHub Desktop.
Dockerfile for Online Game
FROM redislabs/redismod:latest
COPY ./redis/redis_functions /functionsCOPY ./redis/start_redis.sh /start_redis.sh
RUN chmod +x /start_redis.sh
ENTRYPOINT ["bash"]CMD ["/start_redis.sh"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment