Skip to content

Commit

Permalink
fixed docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ken@arch committed Jun 19, 2022
1 parent 236bced commit f6d705b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ WORKDIR /usr/src/app

# Install the tool
COPY ./src ./src
COPY ./setup.cfg ./setup.cfg
COPY ./setup.py ./setup.py
COPY ./README.md ./README.md

Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ services:
working_dir: /usr/src/app/demo_assets
volumes:
- ./demo_assets:/usr/src/app/demo_assets
command: bash ./demo_script.sh
entrypoint: /bin/bash
command: ./demo_script.sh
8 changes: 8 additions & 0 deletions docs/pages/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
=============

0.3.2
--------
- Included ./setup.cfg to Dockerfile. Fixed missing .sql files in Docker Image to Dockerhub

0.3.1
--------
- Moved `package_data` to setup.cfg. Fixed missing .sql files in PyPI.

0.3.0
--------
- Added --steps and --confirm flags to `dvc db upgrade` and `dvc db downgrade`
Expand Down
2 changes: 1 addition & 1 deletion src/dvc/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.1'
__version__ = '0.3.2'

0 comments on commit f6d705b

Please sign in to comment.