6 lines
70 B
Docker
6 lines
70 B
Docker
FROM ubuntu:latest
|
|
|
|
ARG RUN_CMD
|
|
ENV RUN_CMD ${RUN_CMD}
|
|
CMD ${RUN_CMD}
|