Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AmendsenProject
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shaik Janipasha
AmendsenProject
Commits
74c652fb
Commit
74c652fb
authored
Oct 17, 2019
by
jornh
Committed by
Tao Feng
Oct 17, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pin Docker to Python 3.7 (#316)
* Pin Docker to Python 3.7 * Pin Docker to Python 3.7
parent
fbae6903
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
local.Dockerfile
local.Dockerfile
+1
-1
public.Dockerfile
public.Dockerfile
+1
-1
No files found.
local.Dockerfile
View file @
74c652fb
...
@@ -14,7 +14,7 @@ RUN npm run dev-build
...
@@ -14,7 +14,7 @@ RUN npm run dev-build
COPY . /app
COPY . /app
FROM python:3-slim
FROM python:3
.7
-slim
WORKDIR /app
WORKDIR /app
COPY requirements3.txt /app/requirements3.txt
COPY requirements3.txt /app/requirements3.txt
...
...
public.Dockerfile
View file @
74c652fb
...
@@ -8,7 +8,7 @@ RUN npm install
...
@@ -8,7 +8,7 @@ RUN npm install
COPY amundsen_application/static /app/amundsen_application/static
COPY amundsen_application/static /app/amundsen_application/static
RUN npm run build
RUN npm run build
FROM python:3-slim
FROM python:3
.7
-slim
WORKDIR /app
WORKDIR /app
RUN pip3 install gunicorn
RUN pip3 install gunicorn
...
...
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