Merging develop

This commit is contained in:
Patrick Müller 2021-06-06 22:53:24 +02:00
parent e760247866
commit 1fa69c334b

View File

@ -1,5 +1,5 @@
# Base image # Base image
FROM python:latest FROM python:3.9.5-buster
# Create directories and copy files # Create directories and copy files
RUN echo 'Creating directory and copying files' RUN echo 'Creating directory and copying files'