We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acde23e commit c422af4Copy full SHA for c422af4
dockerfile
@@ -12,6 +12,9 @@ RUN apt-get update && apt-get install -y unzip wget && \
12
rm pmd-dist-7.17.0-bin.zip && \
13
ln -s /opt/pmd-bin-7.17.0/bin/pmd /usr/local/bin/pmd
14
15
+# Export PATH for the Apache user (www-data)
16
+ENV PATH="/usr/local/bin:${PATH}"
17
+
18
# Copy app
19
COPY . /var/www/html/
20
0 commit comments