This website requires JavaScript.
Explore
Help
Sign In
colin
/
easy-appointments
forked from
Nixius/template
Watch
1
Star
0
Fork
You've already forked easy-appointments
0
Code
Pull Requests
Activity
6be2ec1949
easy-appointments
/
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