Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
oittaa committed Apr 13, 2022
1 parent b1a6cc3 commit ac8c616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV STORAGE_DIR storage
# Python app installation
WORKDIR $APP_HOME
COPY README.md pyproject.toml setup.py ./
COPY gcp_storage_emulator gcp_storage_emulator/
COPY src src/
RUN pip install .

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

0 comments on commit ac8c616

Please sign in to comment.