update dockerfiles based on latest streamline image

The latest images incorporate all changes previously added by the dockerfiles.
The arm image however is still missing/unreliable from the registry and must be
built independently.
This commit is contained in:
2024-04-25 10:04:06 -07:00
parent 6896f639bd
commit d26252fc11
10177 changed files with 1212770 additions and 194 deletions
+1 -3
View File
@@ -33,8 +33,6 @@ RUN addgroup -g 1000 streamline && adduser -G streamline -g streamline -s /bin/s
# Initialize MySQL
COPY streamline_initial.sql /docker-entrypoint-initdb.d/
COPY mysql-init.sh /var/www/html/.docker/mysql/mysql-init.sh
RUN mkdir /scripts && \
mkdir /scripts/pre-exec.d && \
mkdir /scripts/pre-init.d && \
@@ -48,4 +46,4 @@ RUN chmod +x /var/www/html/start_up.sh
# Define the entry point and expose port 80, 3306
ENTRYPOINT ["/bin/sh", "/var/www/html/start_up.sh"]
EXPOSE 80 3306
EXPOSE 80 3306