Skip to content

Commit dabd47d

Browse files
authored
Explicitly copy files to Docker images (#140)
1 parent dab9e1c commit dabd47d

2 files changed

Lines changed: 2 additions & 25 deletions

File tree

.dockerignore

Lines changed: 0 additions & 24 deletions
This file was deleted.

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ ENV STORAGE_DIR storage
1010

1111
# Python app installation
1212
WORKDIR $APP_HOME
13-
COPY . ./
13+
COPY README.md pyproject.toml setup.py ./
14+
COPY gcp_storage_emulator gcp_storage_emulator/
1415
RUN pip install .
1516

1617
ENTRYPOINT ["gcp-storage-emulator"]

0 commit comments

Comments
 (0)