racketscript / racketscript-playground

Online playground from RacketScript
MIT License
19 stars 9 forks source link

update docker make targets #29

Closed stchang closed 3 years ago

stchang commented 3 years ago

Do docker make targets need to be updated to point to new repo locations?

vishesh commented 3 years ago

Dockerfile is installing RacketScript from pkgs.racket-lang.org. I updated the source there. So everything should work fine.

B/w using https://hub.docker.com/repository/docker/vishesh/racketscript-playground vs https://hub.docker.com/repository/docker/racketscript/racketscript-playground, I'd suggest using vishesh/racketscript, because it has free automated builds. The organizations feature on Docker Hub don't let you build images automatically for free.

stchang commented 3 years ago

ok got it