4 lines
38 B
Docker
4 lines
38 B
Docker
FROM scratch
|
|
|
|
COPY src /
|
|
COPY run.sh / |
FROM scratch
|
|
|
|
COPY src /
|
|
COPY run.sh / |