Skip to content

Commit

Permalink
fix certificate read rights
Browse files Browse the repository at this point in the history
  • Loading branch information
Weakky committed Jun 3, 2024
1 parent c1861a2 commit 8368c12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-mssql-2022.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM mcr.microsoft.com/mssql/server:2022-latest

COPY --chmod=440 certs/server.* /certs/
COPY --chmod=440 certs/customCA.* /certs/
COPY --chmod=444 certs/server.* /certs/
COPY --chmod=444 certs/customCA.* /certs/
COPY --chown=mssql docker-mssql.conf /var/opt/mssql/mssql.conf

0 comments on commit 8368c12

Please sign in to comment.