6 lines
67 B
Docker
6 lines
67 B
Docker
|
FROM adoptopenjdk:11-hotspot
|
||
|
|
||
|
COPY fling fling
|
||
|
|
||
|
ENTRYPOINT /bin/sh
|