Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Oct 9, 2024
1 parent ddd8a32 commit c2551ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Language/php/8.2.20/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rm -rf ./*
COPY /Language/php/project /home/sealos/project

RUN apt update && \
apt install -y php-common libapache2-mod-php php-cli && \
apt install -y php-common libapache2-mod-php php-cli && \
chown -R sealos:sealos /home/sealos/project && \
chmod -R u+rw /home/sealos/project && \
rm -rf /var/lib/apt/lists/* && \
Expand Down
5 changes: 4 additions & 1 deletion script/generate_runtime_yaml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ generate_yaml() {
local output_file=$1
local image_name=$2
local parent_dir=$3
local addr=("$@") # remaining arguments are passed as an array
local addr=("$@")
echo $addr
echo $parent_dir
# remaining arguments are passed as an array

cat << EOF > "$output_file"
apiVersion: devbox.sealos.io/v1alpha1
Expand Down

0 comments on commit c2551ec

Please sign in to comment.