-
fischertechnik-opensource authoredfischertechnik-opensource authored
Dockerfile-Patchset-Txt4 242 B
FROM python:3.9.16
ENV IP_ADDRESS="192.168.6.225"
WORKDIR /usr/src/app
RUN pip3 install --no-cache-dir twine fabric decorator
ADD patchset/txt4/docker-entrypoint.sh /docker-entrypoint.sh
ADD . /usr/src/app
CMD /docker-entrypoint.sh