mirror of
https://github.com/tauri-apps/tauri-search.git
synced 2026-02-04 02:41:20 +01:00
fix: moved no-new-privileges setting in docker-compose back to correct settign
This commit is contained in:
3
.github/actions/prep/action.yml
vendored
3
.github/actions/prep/action.yml
vendored
@@ -3,7 +3,7 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
name: Prepare Environment
|
||||
description: installs pnpm, installs all deps in each package
|
||||
description: installs pnpm, all npm deps, and builds CLI and NPM exports
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
@@ -13,6 +13,7 @@ runs:
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
# - name: Cache pnpm modules
|
||||
# shell: bash
|
||||
# uses: pnpm/action-setup@v2
|
||||
|
||||
@@ -22,7 +22,7 @@ services:
|
||||
- 2222:22
|
||||
restart: unless-stopped
|
||||
security_opt:
|
||||
- no-new-priviledges:true
|
||||
- no-new-privileges:true
|
||||
volumes:
|
||||
- search_db:/home/db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user