First functions
Added first functions in backend The homepage can now show the most recent archives
This commit is contained in:
parent
a2f9b4f978
commit
d4016ce80c
8 changed files with 187 additions and 30 deletions
13
Dockerfile
13
Dockerfile
|
@ -1,13 +0,0 @@
|
|||
#Download Python from DockerHub and use it
|
||||
FROM python:3.11.3
|
||||
|
||||
#Set the working directory in the Docker container
|
||||
WORKDIR /app
|
||||
|
||||
#Copy the dependencies file to the working directory
|
||||
COPY ./requirements.txt .
|
||||
|
||||
#Install the dependencies
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
COPY ./flask/ .
|
Loading…
Add table
Add a link
Reference in a new issue