Skip to content

Commit 2f9b35d

Browse files
committed
Fix Docker build
1 parent 43c433b commit 2f9b35d

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ RUN make -e "SPHINXOPTS=-D language='${language}'" html
2121
FROM nginx
2222
WORKDIR /usr/share/nginx/html
2323
COPY --from=sphinx_build /app/_build/html /usr/share/nginx/html
24-
RUN rm index.html && mv README.html index.html

More/ServiceLocator/LogService.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66

77
class LogService implements Service
88
{
9-
109
}

More/ServiceLocator/Service.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
interface Service
66
{
7-
87
}

Structural/Registry/Service.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
class Service
66
{
7-
87
}

psalm.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0"?>
22
<psalm
3-
totallyTyped="false"
43
resolveFromConfigFile="true"
54
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
65
xmlns="https://getpsalm.org/schema/config"

0 commit comments

Comments
 (0)