feat: Add initial Docker setup and development environment documentation.
This commit is contained in:
parent
42b7399868
commit
ca65dbff4c
5 changed files with 124 additions and 28 deletions
11
Frontend-Learner/.dockerignore
Normal file
11
Frontend-Learner/.dockerignore
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
node_modules
|
||||
.nuxt
|
||||
.output
|
||||
.env
|
||||
dist
|
||||
npm-debug.log
|
||||
.vscode
|
||||
.git
|
||||
.gitignore
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
Loading…
Add table
Add a link
Reference in a new issue