Small fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Administrator 2022-09-18 15:34:43 +02:00
parent e435628690
commit 9252bb5ee7
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
Flask~=2.2.2
Flask~=2.1.2
python-dotenv==0.21.0
uwsgi==2.0.20
Flask_SQLAlchemy==2.5.1
python-dotenv==0.21.0
pymysql==1.0.2
pyjwt==2.5.0
apiflask==1.1.3
apiflask==1.0.0
flask-cors==3.0.10
bcrypt==4.0.0
pytest~=7.1.2

View File

@ -4,7 +4,7 @@ FROM node:latest as build
WORKDIR /usr/local/app
# Copy the project files to the container
COPY . /usr/local/app/
COPY frontend/ /usr/local/app/
# Install dependencies
RUN npm install