Skip to content

Commit e273318

Browse files
committed
Fix permissions
1 parent 9ce68c1 commit e273318

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ RUN apt-get autoremove -y && \
113113
apt-get clean && \
114114
rm -rf /var/lib/apt/lists/*
115115

116+
# Permissions
117+
RUN chown -R www-data:www-data /var/www
118+
116119
# Added mssql-tools bin
117120
RUN echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bashrc
118121

0 commit comments

Comments
 (0)