changements dans les dockerfiles + ajout de quelques trucs pour svelte en PoC
This commit is contained in:
11
srcs/requirements/nestjs/.dockerignore
Normal file
11
srcs/requirements/nestjs/.dockerignore
Normal file
@@ -0,0 +1,11 @@
|
||||
# Ignore everything
|
||||
*
|
||||
|
||||
# Allow files and folders with a pattern starting with !
|
||||
|
||||
!api_back/*.js
|
||||
!api_back/*.ts
|
||||
!api_back/*.json
|
||||
!api_back/*.html
|
||||
!api_back/*.lock
|
||||
!api_back/.env
|
||||
Reference in New Issue
Block a user