3 lines
44 B
Docker
3 lines
44 B
Docker
FROM scratch
|
|
COPY server ./
|
|
CMD ["/server"] |
FROM scratch
|
|
COPY server ./
|
|
CMD ["/server"] |