There was an error while loading. Please reload this page.
1 parent 0849992 commit e3f77e1Copy full SHA for e3f77e1
1 file changed
Makefile
@@ -16,9 +16,9 @@ serve:
16
docker run --name ${CONTAINER_NAME} --rm -v $(PWD):/app -p 8111:8111 --workdir /app/${PROJECT_NAME} ${IMAGE} serve --bind 0.0.0.0 --port 8111 --baseURL localhost
17
18
fix-perms:
19
- find $(PWD) -type d -exec chmod 0777 {} \;
20
- find $(PWD) -type f -exec chmod 0666 {} \;
21
- chmod +x $(PWD)/williamdes.eu/static/export-gpg.sh
+ find ./-type d -exec chmod 0777 {} \;
+ find ./-type f -exec chmod 0666 {} \;
+ chmod +x ./williamdes.eu/static/export-gpg.sh
22
23
date:
24
date +'%Y-%m-%dT%H:%M:%SZ' --utc
0 commit comments