Skip to content

Instantly share code, notes, and snippets.

@duttaANI
Created January 23, 2022 23:46
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 duttaANI/5ce3686e5000803ad9d6c04555e5320a to your computer and use it in GitHub Desktop.
Save duttaANI/5ce3686e5000803ad9d6c04555e5320a to your computer and use it in GitHub Desktop.
Dockerfile for the-one simulator : https://github.com/akeranen/the-one
FROM adoptopenjdk/openjdk8
WORKDIR /app
COPY . /app
RUN ./compile.sh
RUN ls
CMD ["./one.sh","-b","1"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment