3 lines
No EOL
55 B
Docker
3 lines
No EOL
55 B
Docker
FROM scratch
|
|
COPY webapp /webapp
|
|
CMD ["/webapp", "run"] |