1
0
mirror of https://github.com/Mueller-Patrick/Betterzon.git synced 2025-02-17 20:59:19 +00:00

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
FROM python:latest
FROM python:3.9.5-buster
# Create directories and copy files
RUN echo 'Creating directory and copying files'