This website requires JavaScript.
Explore
Help
Sign In
pfzetto
/
bin
Watch
2
Star
0
Fork
You've already forked bin
0
Code
Issues
4
Pull requests
Projects
Releases
Packages
Wiki
Activity
3ec0d51003
bin
/
Dockerfile
5 lines
95 B
Docker
Raw
Normal View
History
Unescape
Escape
Update Dockerfile
2023-04-20 11:33:10 +02:00
FROM
debian:stable-slim as final
created Dockerfile
2023-04-20 10:46:03 +02:00
WORKDIR
/app
COPY
./target/release/bin ./bin
CMD
[
"/app/bin"
]
Reference in a new issue
Copy permalink