Sign inSign up

pythonaddike/twt-weekly-challenge-java

By pythonaddike

•Updated almost 5 years ago

Image
0

918

pythonaddike/twt-weekly-challenge-java repository overview

⁠Docker Images for TWT Weekly-Challenges

Use the docker image like so -

# syntax=docker/dockerfile:1
FROM pythonaddike/twt-weekly-challenge-java:latest

COPY . .

RUN javac main.java

CMD [ "bash", "-c", "java Main" ]

Check out the source code at classPythonAddike/twt-docker-images⁠

Tag summary

Content type

Image

Digest

Size

184.3 MB

Last updated

almost 5 years ago

docker pull pythonaddike/twt-weekly-challenge-java