Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pvk-tool
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
amiv
pvk-tool
Commits
f4bad8ac
Commit
f4bad8ac
authored
Nov 24, 2017
by
Alexander Dietmüller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backend/demoserver: Move out of directory again because of docker build context problems.
parent
44645200
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
Backend/Dockerfile
Backend/Dockerfile
+6
-6
Backend/demo_server.py
Backend/demo_server.py
+0
-0
No files found.
Backend/
demoserver/
Dockerfile
→
Backend/Dockerfile
View file @
f4bad8ac
...
...
@@ -4,14 +4,14 @@ ENV FLASK_APP app.py
ENV
FLASK_DEBUG true
EXPOSE
80
COPY
.
.
/requirements.txt /requirements.txt
COPY
./requirements.txt /requirements.txt
RUN
pip
install
-r
requirements.txt
COPY
.
.
/app.py /app.py
COPY
.
.
/settings.py /settings.py
COPY
.
.
/security.py /security.py
COPY
.
.
/signups.py /signups.py
COPY
.
.
/validation.py /validation.py
COPY
./app.py /app.py
COPY
./settings.py /settings.py
COPY
./security.py /security.py
COPY
./signups.py /signups.py
COPY
./validation.py /validation.py
COPY
./demo_server.py /demo_server.py
...
...
Backend/demo
server/demo
_server.py
→
Backend/demo_server.py
View file @
f4bad8ac
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment