Skip to content

Commit da870c8

Browse files
authored
Merge pull request #86 from OCA-UFCG/refact/change-shortcut-patrocinadores
change the shortcut 'patrocinadores' to 'apoiadores'
2 parents 8e9902b + 1c7b9ba commit da870c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ docker-build-dev:
2626
docker build -t $(IMAGE_NAME) .
2727

2828
docker-run-dev:
29-
docker run -p 3000:$(CONTAINER_PORT) --name $(IMAGE_NAME) -v node_modules -v $(PWD):/app $(IMAGE_NAME)
29+
docker run -p 3000:$(CONTAINER_PORT) --name $(IMAGE_NAME) -v node_modules -v $(PWD):/app --user $(id -u):$(id -g) $(IMAGE_NAME)
3030

3131
docker-build-prod:
3232
docker build \

src/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const sections: ISections = {
3939
path: "/#publications",
4040
},
4141
partners: {
42-
name: "Patrocinadores",
42+
name: "Apoiadores",
4343
path: "/#sponsors",
4444
},
4545
},

0 commit comments

Comments
 (0)