Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sefarad
gsicrawler
Commits
711299c3
Commit
711299c3
authored
Oct 09, 2017
by
militarpancho
Browse files
Added Dockerfile-3.5
parent
bf786965
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile-3.5
0 → 100644
View file @
711299c3
FROM python:3
RUN apt-get update && apt-get install -y gettext
ADD requirements.txt .
RUN pip install -r requirements.txt
WORKDIR /usr/src/app
ADD . /usr/src/app
ADD run-cron.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/run-cron.sh
CMD ["sh","/usr/local/bin/run-cron.sh"]
\ No newline at end of file
Write
Preview
Supports
Markdown
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