mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-05-20 03:49:12 -05:00
update fixperms command for dev and prod containers; modify check_deps to use Node.js
This commit is contained in:
+3
-1
@@ -140,4 +140,6 @@ tasks:
|
||||
|
||||
fixperms:
|
||||
desc: Fixes the permissions of the files in the project
|
||||
cmd: chmod -R 777 ./
|
||||
cmds:
|
||||
- chmod -f -R 777 /workspaces # For dev container
|
||||
- chmod -f -R 777 /app # For prod container
|
||||
|
||||
@@ -15,7 +15,7 @@ check_command() {
|
||||
|
||||
# Check software from docker images
|
||||
check_command "go version" "Golang"
|
||||
check_command "deno --version" "Deno"
|
||||
check_command "node --version" "Node.js"
|
||||
|
||||
# Check software installed from apt install
|
||||
check_command "wget --version" "wget"
|
||||
|
||||
Reference in New Issue
Block a user