Update package.json

This commit is contained in:
Starystars67 2025-02-10 10:15:53 +00:00
parent 6fcf1d1f6f
commit 266c1470ba

View File

@ -1,10 +1,10 @@
{
"name": "beammp-website",
"version": "1.1.1",
"version": "1.1.2",
"description": "BeamMP Website",
"main": "index.js",
"scripts": {
"docker-build": "docker build -t 192.168.100.6:5000/beammp/website:latest -t 192.168.100.6:5000/beammp/website:1.1.1 .",
"docker-build": "docker build -t 192.168.100.6:5000/beammp/website:latest -t 192.168.100.6:5000/beammp/website:1.1.2 .",
"docker-push": "docker push 192.168.100.6:5000/beammp/website:latest"
},
"repository": {