Skip to content

Commit 69425dd

Browse files
authored
Fix all hadolint warnings in Dockerfile (#580)
* Fix all hadolint warnings in Dockerfile - Double-quote variable reference in RUN sed command (SC2086) - Use absolute paths for COPY destinations (DL3045) * Revert quoting on line 18 (will be removed in composer.local.json PR)
1 parent 3f8e359 commit 69425dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ ENV MW_MAINTENANCE_CIRRUSSEARCH_UPDATECONFIG=2 \
1414
MW_MAINTENANCE_CIRRUSSEARCH_FORCEINDEX=2
1515

1616
# Maintenance scripts for specific extensions
17-
COPY cirrus-search-maintenance.sh _sources/scripts/maintenance-scripts/
18-
COPY getSMWSettings.php _sources/canasta/
19-
COPY smw-maintenance.sh _sources/scripts/maintenance-scripts/
17+
COPY cirrus-search-maintenance.sh /_sources/scripts/maintenance-scripts/
18+
COPY getSMWSettings.php /_sources/canasta/
19+
COPY smw-maintenance.sh /_sources/scripts/maintenance-scripts/

0 commit comments

Comments
 (0)