This website requires JavaScript.
Explore
Help
Sign In
theoludwig
/
programming-challenges
Watch
1
Star
1
Fork
0
You've already forked programming-challenges
mirror of
https://github.com/theoludwig/programming-challenges.git
synced
2024-11-09 22:08:58 +01:00
Code
Issues
Releases
Activity
244300408c
programming-challenges
/
templates
/
docker
/
java
/
Dockerfile
8 lines
101 B
Docker
Raw
Normal View
History
Unescape
Escape
feat(languages): add Java support
2021-06-24 22:10:08 +02:00
FROM
openjdk:17
feat: usage of ESM modules imports (instead of CommonJS) (#14)
2022-04-23 18:41:14 +02:00
WORKDIR
/usr/app
COPY
./ /usr/app
feat(languages): add Java support
2021-06-24 22:10:08 +02:00
RUN
javac Solution.java
feat: usage of ESM modules imports (instead of CommonJS) (#14)
2022-04-23 18:41:14 +02:00
feat(languages): add Java support
2021-06-24 22:10:08 +02:00
CMD
[
"java"
,
"Solution"
]
Reference in New Issue
Copy Permalink