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
7 lines
87 B
Docker
Raw
Normal View
History
Unescape
Escape
initial commit
2026-03-18 17:16:32 +02:00
FROM
alpine:latest
1
2026-03-18 18:04:35 +02:00
RUN
apk add gcc musl-dev
1
2026-03-18 18:03:15 +02:00
WORKDIR
/app
initial commit
2026-03-18 17:16:32 +02:00
1
2026-03-18 18:02:34 +02:00
ENTRYPOINT
[
"/app/test.sh"
]
Reference in New Issue
Copy Permalink