5 lines
72 B
Text
5 lines
72 B
Text
|
FROM openjdk:13-alpine
|
||
|
LABEL author="1Computer1"
|
||
|
|
||
|
COPY run.sh /var/run/
|