Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
CTB
ctb-platform-backend-antigo
Commits
aa58416f
Commit
aa58416f
authored
Feb 07, 2018
by
Laury Bueno
Browse files
Mantainer label added to dockerfiles
parent
7394a32d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
compose/local/django/Dockerfile
compose/local/django/Dockerfile
+1
-1
compose/production/Dockerfile
compose/production/Dockerfile
+1
-1
No files found.
compose/local/django/Dockerfile
View file @
aa58416f
FROM
python:3.6
LABEL
mantainer "Hacklab <contato@hacklab.com.br>"
ENV
PYTHONUNBUFFERED 1
WORKDIR
/app
...
...
compose/production/Dockerfile
View file @
aa58416f
FROM
python:3.6 as django
LABEL
mantainer "Hacklab <contato@hacklab.com.br>"
ENV
PYTHONUNBUFFERED 1
# Ensure that the the internal user and
...
...
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