Skip to content

Commit

Permalink
Added base.
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoFHG committed Apr 20, 2020
1 parent 919683f commit 0eda799
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM python:3.8.2-alpine3.11

RUN apk add --no-cache git
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: "3.7"
services:
file-indexer-api:
build:
context: .
volumes:
- .:/home/app/
working_dir: /home/app
tty: true
Empty file added file_indexer_api/__init__.py
Empty file.
Empty file added file_indexer_api/__main__.py
Empty file.
Empty file added file_indexer_api/app.py
Empty file.
Empty file.
Empty file added requirements.txt
Empty file.

0 comments on commit 0eda799

Please sign in to comment.