We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee644fe commit 00ba02fCopy full SHA for 00ba02f
1 file changed
instructor/dockerfiles/lab-httpd-server/Dockerfile
@@ -42,7 +42,7 @@ RUN wget http://apache.mirrors.ionfish.org/maven/maven-3/3.3.3/binaries/apache-m
42
RUN wget http://apache.mirrors.ionfish.org/maven/maven-3/3.3.3/binaries/apache-maven-3.3.3-bin.tar.gz
43
44
#Add other files to downloads
45
-ADD lab-settings.xml /var/www/html/downloads
+ADD lab-settings.xml /var/www/html/downloads/
46
47
48
EXPOSE 80
0 commit comments