Skip to content
Snippets Groups Projects
Commit f51d579e authored by Matej Kleman's avatar Matej Kleman
Browse files

Merge branch 'master' into 'main'

Reorganize

See merge request !4
parents b785c871 cfd3a416
No related branches found
No related tags found
1 merge request!4Reorganize
apt-get update -y && \
apt-get install -y python3-pip && \
sudo apt-get update -y && \
apt-get install -y python3-pip python3-flask && \
apt install -y libpq-dev
pip3 install -r app/requirements.txt
......
docker run --name my_postgres_container -e POSTGRES_PASSWORD=postgres -e POSTGRES_USER=postgres -e POSTGRES_DB=my_flask_db -p 5432:5432 -d postgres
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment