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
1
Wiki
Activity
255172d841
bin
/
Dockerfile
5 lines
95 B
Text
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