3 lines
54 B
Plaintext
3 lines
54 B
Plaintext
|
FROM alpine
|
||
|
COPY build/server /
|
||
|
ENTRYPOINT ["/server"]
|