mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2024-12-18 20:47:58 +00:00
10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
# Set the builder image to use openmtc/base
|
|
FROM openmtc/base-amd64:latest
|
|
|
|
ARG OPENMTC_HOME=/usr/local/src/openmtc-python/
|
|
|
|
WORKDIR $OPENMTC_HOME
|
|
|
|
ENTRYPOINT ["./create-binary-dist"]
|
|
CMD [""]
|