This website requires JavaScript.
Explore
Help
Sign In
vade
/
app
Watch
1
Star
0
Fork
You've already forked app
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
aaf8482e67
app
/
Dockerfile
4 lines
72 B
Docker
Raw
Normal View
History
Unescape
Escape
CI Setup Added test, build, and deploy stages.
2022-02-09 02:21:56 +00:00
FROM
alpine:latest
Changed docker file bin
2022-02-09 05:42:05 +00:00
COPY
target/release/vade /app/vade
CI Setup Added test, build, and deploy stages.
2022-02-09 02:21:56 +00:00
CMD
[
"/app/vade"
]