Skip to content

Commit 1d042f1

Browse files
author
Julien Neuhart
committed
fixing wrong path for apache2-foreground script
1 parent 6d06ef9 commit 1d042f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/Dockerfile.blueprint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ EXPOSE 80
219219
ENV APACHE_RUN_USER=docker \
220220
APACHE_RUN_GROUP=docker
221221

222-
COPY apache2-foreground /usr/local/bin/
222+
COPY utils/apache2-foreground /usr/local/bin/
223223
CMD ["apache2-foreground"]
224224
{{ else }}
225225
CMD [ "node" ]

0 commit comments

Comments
 (0)