Skip to content

Commit

Permalink
fix(build) explict execute permissions on db_init script
Browse files Browse the repository at this point in the history
  • Loading branch information
porelli committed Aug 11, 2024
1 parent 26bcbbc commit 4dce727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncstorage-rs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN mkdir -p -m 0700 /var/lib/apt/lists/partial && \
apt-get install -y default-mysql-client && \
rm -rf /var/lib/apt/lists/*

COPY db_init.sh /db_init.sh
COPY --chmod=0755 db_init.sh /db_init.sh

# Switch back to the original user and group
RUN export ORIGINAL_USER=$(cat /tmp/userinfo/original_uid) && \
Expand Down

0 comments on commit 4dce727

Please sign in to comment.