templates.Dockerfile.tpl Maven / Gradle / Ivy
# File generated by org.flexiblepower.create-service-maven-plugin
# NOTE: This file will be overwritten when the code generator is re-run; any user-made changes will be removed.
# Template by FAN, 2017
FROM {{from}}
WORKDIR /usr/local/defpi
COPY requirements.txt .
RUN pip install --trusted-host pypi.python.org -r requirements.txt
LABEL org.flexiblepower.serviceName="{{service.name}}"
LABEL org.flexiblepower.parameters='{{parameters}}'
LABEL org.flexiblepower.interfaces='{{interfaces}}'
COPY service ./service
ENTRYPOINT {{entrypoint}}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy