This website requires JavaScript.
Explore
Help
Register
Sign In
hasslesstech
/
test5
Watch
1
Star
0
Fork
0
You've already forked test5
Code
Issues
Pull Requests
Actions
Activity
test5
/
Dockerfile
6 lines
70 B
Docker
Raw
Normal View
History
Unescape
Escape
initial commit
2026-03-18 17:16:32 +02:00
FROM
alpine:latest
RUN
apk add gcc
1
2026-03-18 17:57:31 +02:00
ENTRYPOINT
[
"ls"
,
"-lh"
,
"/app"
]
Reference in New Issue
Copy Permalink