mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 02:10:18 +01:00
des trucs
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -73,7 +73,6 @@ web_modules/
|
|||||||
.yarn-integrity
|
.yarn-integrity
|
||||||
|
|
||||||
# dotenv environment variable files
|
# dotenv environment variable files
|
||||||
.env
|
|
||||||
.env.development.local
|
.env.development.local
|
||||||
.env.test.local
|
.env.test.local
|
||||||
.env.production.local
|
.env.production.local
|
||||||
|
|||||||
2
build.sh
2
build.sh
@@ -1,6 +1,6 @@
|
|||||||
#/bin/bash
|
#/bin/bash
|
||||||
|
|
||||||
version="0.3.1"
|
version="0.3.2"
|
||||||
repository="git.rezel.net/ludotech"
|
repository="git.rezel.net/ludotech"
|
||||||
|
|
||||||
docker build -t ${repository}/traque-proxy:latest -t ${repository}/traque-proxy:${version} proxy
|
docker build -t ${repository}/traque-proxy:latest -t ${repository}/traque-proxy:${version} proxy
|
||||||
|
|||||||
Reference in New Issue
Block a user