Skip to content

Commit

Permalink
Remove volume declaration (#8069)
Browse files Browse the repository at this point in the history
* Remove volume declaration

* Changelog entry

---------

Co-authored-by: Doug Beatty <[email protected]>
  • Loading branch information
alexrosenfeld10 and dbeatty10 authored Jul 12, 2023
1 parent b78d23f commit 30def98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Fixes-20230711-141432.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Fixes
body: Remove `VOLUME` declaration within Dockerfile
time: 2023-07-11T14:14:32.117718-06:00
custom:
Author: alexrosenfeld10
Issue: "4784"
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ RUN python -m pip install --upgrade pip setuptools wheel --no-cache-dir

# Set docker basics
WORKDIR /usr/app/dbt/
VOLUME /usr/app
ENTRYPOINT ["dbt"]

##
Expand Down

0 comments on commit 30def98

Please sign in to comment.