Skip to content

Commit

Permalink
dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
teticio committed Sep 13, 2021
1 parent 1e20513 commit d78f6ca
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
__pycache__
.pytest_cache
.ipynb_checkpoints
yarn-error.log*
node_modules
build
deejai.db
deejai-test.db
server.log
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Deej-A.I. React App [![Build Status](https://app.travis-ci.com/teticio/deej-ai.online-app.svg?branch=main)](https://app.travis-ci.com/teticio/deej-ai.online-app)
# Deej-A.I. React App ![Build Status](https://github.com/teticio/deej-ai.online-app/actions/workflows/build.yaml/badge.svg)

![Deej-A.I.](screen_shot.png)

Expand Down
1 change: 0 additions & 1 deletion helm-chart/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ WORKDIR "/deej-ai.online-app"
RUN apt update && \
apt install ffmpeg nodejs npm -y
RUN npm install --global yarn && \
rm -rf node_modules deejai.db && \
yarn install && \
yarn build && \
pip install -r requirements-lock.txt
Expand Down

0 comments on commit d78f6ca

Please sign in to comment.