This website requires JavaScript.
Explore
Help
Register
Sign In
cenon
/
pci-test
Watch
1
Star
0
Fork
0
You've already forked pci-test
forked from
ovh/pci-test
Code
Pull Requests
Activity
master
pci-test
/
ex2
/
Dockerfile
4 lines
44 B
Docker
Raw
Permalink
Normal View
History
Unescape
Escape
feat: Added exercise 1 and 2
2024-12-01 20:31:29 +00:00
FROM
scratch
COPY
app /
fix: Use entrypoint instead of cmd in Dockerfile
2024-12-03 14:57:45 +00:00
ENTRYPOINT
[
"/app"
]
Copy Permalink