This website requires JavaScript.
Explore
Help
Sign In
Dependencies
/
micrach
Watch
1
Star
0
Fork
1
You've already forked micrach
mirror of
https://github.com/yanislav-igonin/micrach
synced
2024-12-22 22:32:33 +03:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
bae88241d4
micrach
/
Dockerfile
5 lines
96 B
Docker
Raw
Normal View
History
Unescape
Escape
feat: add dockerfile
2021-08-28 19:30:14 +03:00
FROM
busybox
WORKDIR
/app
COPY
templates/ templates/
COPY
micrach ./
remove debug
2021-08-29 09:50:22 +03:00
ENTRYPOINT
[
"/app/micrach"
]
Reference in New Issue
Copy Permalink