From 88e1b7afddf670f4dd034bc078a765d3f12417a1 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Wed, 12 Jul 2023 01:57:15 +1000 Subject: [PATCH] annother hexxo --- Dockerfile | 2 +- reqs0.txt => reqs.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename reqs0.txt => reqs.txt (100%) diff --git a/Dockerfile b/Dockerfile index c79f61e..e11f4e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.11-alpine # copy the requirements file into the image -COPY ./reqs.txt /app/reqs.txt +COPY ./reqs.txt /app/reqs0.txt # switch working directory WORKDIR /app diff --git a/reqs0.txt b/reqs.txt similarity index 100% rename from reqs0.txt rename to reqs.txt