Skip to content

Commit

Permalink
Explicitly copy files to Docker images (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
oittaa authored Feb 17, 2022
1 parent dab9e1c commit dabd47d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
24 changes: 0 additions & 24 deletions .dockerignore

This file was deleted.

3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ ENV STORAGE_DIR storage

# Python app installation
WORKDIR $APP_HOME
COPY . ./
COPY README.md pyproject.toml setup.py ./
COPY gcp_storage_emulator gcp_storage_emulator/
RUN pip install .

ENTRYPOINT ["gcp-storage-emulator"]
Expand Down

0 comments on commit dabd47d

Please sign in to comment.