Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Narra123
/
Java_app
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Java_app
/
Dockerfile
Narra123
Update Dockerfile
53f9d9a
verified
17 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
133 Bytes
FROM
openjdk:
17
WORKDIR
/app
COPY
. .
RUN
javac Main.java
CMD
[
"java"
,
"Main"
]
CMD
[
"sh"
,
"-c"
,
"java Main && tail -f /dev/null"
]