Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chaos_familien_duell_frontend
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mowoe
chaos_familien_duell_frontend
Commits
28f0209d
Commit
28f0209d
authored
6 years ago
by
mowoe
Browse files
Options
Downloads
Patches
Plain Diff
dockerfile now uses nginx for production
parent
95237ee8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dockercont/Dockerfile
+1
-6
1 addition, 6 deletions
dockercont/Dockerfile
requirements.txt
+2
-2
2 additions, 2 deletions
requirements.txt
with
3 additions
and
8 deletions
dockercont/Dockerfile
+
1
−
6
View file @
28f0209d
FROM
python:3.6
RUN
pip
install
Flask
RUN
pip
install
peewee
WORKDIR
/app
FROM
tiangolo/uwsgi-nginx-flask:flask
RUN
git clone https://gitlab.warpzone.ms/mowoe/chaos_familien_duell_frontend.git /app
RUN
ls
CMD
["python", "main.py"]
This diff is collapsed.
Click to expand it.
requirements.txt
+
2
−
2
View file @
28f0209d
flask
peewee
\ No newline at end of file
Flask
peewee
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment