Skip to content

Commit

Permalink
add .dockerignore
Browse files Browse the repository at this point in the history
The main aim of this commit is preventing including .env file to image
during local docker build. As well added Dockerfile, docker-compose and
GitHub Actions that is not reuqurid in the Docker image
  • Loading branch information
yurnov committed Feb 28, 2024
1 parent 0ac3b2d commit a631d26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.env
.dockerignore
.github
.gitignore
docker-compose.yml
Dockerfilegit

0 comments on commit a631d26

Please sign in to comment.