Skip to content

Commit

Permalink
Fix Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
BorislavSabev committed Sep 28, 2023
1 parent 43c433b commit 2f9b35d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ RUN make -e "SPHINXOPTS=-D language='${language}'" html
FROM nginx
WORKDIR /usr/share/nginx/html
COPY --from=sphinx_build /app/_build/html /usr/share/nginx/html
RUN rm index.html && mv README.html index.html
1 change: 0 additions & 1 deletion More/ServiceLocator/LogService.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@

class LogService implements Service
{

}
1 change: 0 additions & 1 deletion More/ServiceLocator/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

interface Service
{

}
1 change: 0 additions & 1 deletion Structural/Registry/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

class Service
{

}
1 change: 0 additions & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0"?>
<psalm
totallyTyped="false"
resolveFromConfigFile="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
Expand Down

0 comments on commit 2f9b35d

Please sign in to comment.