Skip to content

Commit

Permalink
chore: add a .dockerignore file
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
  • Loading branch information
jpower432 committed Dec 4, 2023
1 parent 10f93ea commit e9589db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN mkdir -p "$PYSETUP_PATH"
# Installing poetry and pipx.
RUN python3 -m pip install --no-cache-dir --upgrade pip \
&& python3 -m pip install --no-cache-dir pipx \
&& python3 -m pipx install poetry==$POETRY_VERSION
&& python3 -m pipx install poetry=="$POETRY_VERSION"

# set permissions
RUN chown trestlebot:trestlebot -R /home/trestlebot
Expand Down
9 changes: 9 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.github/**
docs/
**/.venv/**
.coverage
.coverage.*

.git
.cache
.env

0 comments on commit e9589db

Please sign in to comment.