This commit is contained in:
Alagris 2021-04-11 20:06:34 +02:00
parent 31e4e5f80b
commit dac575645d

View File

@ -7,6 +7,10 @@ RUN apt update && apt install -y python3 python3-pip git
RUN pip3 install requests
RUN locale-gen en_US.UTF-8
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
# Stwórzmy w kontenerze (jeśli nie istnieje) katalog /app i przejdźmy do niego (wszystkie kolejne polecenia RUN, CMD, ENTRYPOINT, COPY i ADD będą w nim wykonywane)
WORKDIR /app