Fix Docker build

This commit is contained in:
borislavsabev 2023-09-28 09:53:55 +03:00
parent 43c433b19e
commit 2f9b35d343
5 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -6,5 +6,4 @@ namespace DesignPatterns\More\ServiceLocator;
class LogService implements Service
{
}

View File

@ -4,5 +4,4 @@ namespace DesignPatterns\More\ServiceLocator;
interface Service
{
}

View File

@ -4,5 +4,4 @@ namespace DesignPatterns\Structural\Registry;
class Service
{
}

View File

@ -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"