typos everywhere ...

This commit is contained in:
ElevenNotes
2025-02-12 22:12:36 +01:00
parent eea805e13a
commit c8b7e470e4
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ ARG APP_VERSION_SUFFIX=""
COPY ./rootfs /
RUN set -ex; \
chmod +x -R /usr/local/bin; \
chown -R ${APP_UID}:${APP_GID}} \
chown -R ${APP_UID}:${APP_GID} \
${APP_ROOT} \
/opt/py-kms;