Skip to content

Commit

Permalink
Merge branch 'dev' into frmMain
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses authored Aug 1, 2024
2 parents 2eea035 + 6087620 commit 992fe57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ buildah add "${container}" ui/dist /ui
buildah config --entrypoint=/ \
--label="org.nethserver.authorizations=traefik@node:routeadm" \
--label="org.nethserver.tcp-ports-demand=1" \
--label="org.nethserver.rootfull=0" \
--label="org.nethserver.rootfull=1" \
--label="org.nethserver.images=docker.io/vaultwarden/server:${vaultwarden_version}" \
--label="org.nethserver.tcp-ports-demand=1" \
"${container}"
Expand Down
2 changes: 2 additions & 0 deletions imageroot/actions/create-module/20configure
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
# Copyright (C) 2023 Nethesis S.r.l.
# SPDX-License-Identifier: GPL-3.0-or-later

# import os # Import the os module for operating system functionality
# import json # Import the json module for JSON parsing
# import sys # Import the sys module for system-specific parameters and functions
Expand Down Expand Up @@ -57,3 +58,4 @@
# # Make sure everything is saved inside the environment file
# # just before starting systemd unit
# agent.dump_env()

0 comments on commit 992fe57

Please sign in to comment.