Remove package.json file from the repository
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
# =============================================================================
|
||||
# PRODUCTION DOCKER COMPOSE - Security Hardened
|
||||
# =============================================================================
|
||||
|
||||
services:
|
||||
backend:
|
||||
image: git.danielvolz.org/daniel/medassist-ng/backend:0.0.1
|
||||
@@ -20,7 +16,6 @@ services:
|
||||
# Security options
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
# Note: read_only removed - entrypoint needs to fix permissions at startup
|
||||
tmpfs:
|
||||
- /tmp:noexec,nosuid,size=64m
|
||||
cap_drop:
|
||||
|
||||
Reference in New Issue
Block a user