5 lines
120 B
Docker
5 lines
120 B
Docker
ARG BUILD_TAG=latest
|
|
ARG BUILD_BASE_TAG=latest
|
|
FROM gitea.simcop2387.info/simcop2387/text-gen-os-base:$BUILD_BASE_TAG
|
|
|
|
|