Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
birding
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Evili del Rio
birding
Commits
914a2075
Commit
914a2075
authored
Oct 29, 2019
by
Evili del Rio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use COPY . /app (again...)
parent
6a217116
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
Dockerfile
Dockerfile
+1
-3
No files found.
Dockerfile
View file @
914a2075
...
...
@@ -2,13 +2,11 @@ FROM python:3.7-alpine
ARG
dev_packages="gcc g++ libc-dev libxml2-dev libxslt-dev postgresql-dev openldap-dev"
RUN
mkdir
-pv
/app
COPY
.
/app
WORKDIR
/app
RUN
pip
install
--upgrade
pip
COPY
requirements.txt .
RUN
apk update
&&
\
apk add bash
\
${
dev_packages
}
&&
\
...
...
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