Skip to content

Commit 0c26d97

Browse files
committed
fix mssql dockerfile
1 parent c4ac5da commit 0c26d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mssql/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ ARG VERSION=2019-latest
22
FROM mcr.microsoft.com/mssql/server:${VERSION}
33

44
# Create a config directory
5+
USER root
56
RUN mkdir -p /usr/config
67
WORKDIR /usr/config
78

@@ -10,7 +11,6 @@ COPY entrypoint.sh /usr/config/entrypoint.sh
1011
COPY setup.sql /usr/config/setup.sql
1112

1213
# Grant permissions for to our scripts to be executable
13-
USER root
1414
RUN chmod +x /usr/config/entrypoint.sh
1515
RUN chown 10001 /usr/config/entrypoint.sh
1616
USER 10001

0 commit comments

Comments
 (0)