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 FROM nginx
WORKDIR /usr/share/nginx/html WORKDIR /usr/share/nginx/html
COPY --from=sphinx_build /app/_build/html /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 class LogService implements Service
{ {
} }

View File

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

View File

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

View File

@@ -1,6 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<psalm <psalm
totallyTyped="false"
resolveFromConfigFile="true" resolveFromConfigFile="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config" xmlns="https://getpsalm.org/schema/config"