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
9 lines
89 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:47:24 +02:00
RUN
mkdir /app
initial commit
2026-03-18 17:16:32 +02:00
WORKDIR
/app
1
2026-03-18 17:47:24 +02:00
ENTRYPOINT
[
"test.sh"
]
Reference in New Issue
Copy Permalink