mirror of
https://github.com/docker/getting-started-app.git
synced 2025-07-04 00:11:26 -04:00
Compare commits
3 Commits
dependabot
...
main
Author | SHA1 | Date | |
---|---|---|---|
f2d13b8483 | |||
b5e58510b6 | |||
b13a9f1409 |
2
.dockerignore
Normal file
2
.dockerignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
node_modules
|
||||||
|
Dockerfile
|
@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"prettify": "prettier -l --write \"**/*.js\"",
|
"prettify": "prettier -l --write \"**/*.js\"",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"dev": "nodemon src/index.js"
|
"dev": "nodemon -L src/index.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^4.18.2",
|
"express": "^4.18.2",
|
||||||
|
Reference in New Issue
Block a user