Skip to content

Commit

Permalink
Include yarn folder in docker import step
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiash98 committed Feb 21, 2024
1 parent 9f49b2d commit 85455bc
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,44 +1,46 @@
# All node_modules directories
**/node_modules

\*\*/node_modules

# All secrets
**/.env.local
**/.env.*.local

# By default all dot files (.env, .git, ...)
.*
**/.env.local
**/.env.\*.local

# Exception to dot files

!**/.next
!\*\*/.next

# Yarn

!.yarnrc.yml
!.yarn/plugins
!.yarn/releases

# Used when building with nextjs (next-eslint)

!.eslintrc.base.json
!.prettierignore
!.prettierrc.json
!.eslintignore

# npm
!.npmrc

!.npmrc

# Docker related

Dockerfile
docker-compose.*.yml
docker-compose.\*.yml
docker-compose.yml
docker


# Log files

logs
*.log
\*.log

# Temp files
tmp
*.tmp

tmp
\*.tmp

0 comments on commit 85455bc

Please sign in to comment.