backup push
This commit is contained in:
13
package.json
Normal file
13
package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "mainweb-server",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"docker-build:docker-tag:docker-push": "./build-docker.sh && docker tag mainweb-app:latest iko-git.ddns.net/tpikna/main_web/mainweb-app:latest && docker push iko-git.ddns.net/tpikna/main_web/mainweb-app:latest"
|
||||
},
|
||||
"dependencies": {
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.19.2",
|
||||
"http-proxy-middleware": "^3.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user