This website requires JavaScript.
Explore
Help
Sign In
Nixius
/
template
Template
Watch
2
Star
1
Fork
You've already forked template
1
Code
Pull Requests
Activity
6be2ec1949
template
/
docker
/
template
/
Dockerfile.production
4 lines
62 B
Docker
Raw
Blame
History
FROM
alpine:3.18
WORKDIR
/app
CMD
[
"tail"
,
"-f"
,
"/dev/null"
]
View Git Blame
Copy Permalink