mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-02 21:17:29 +02:00
Fix Docker build
This commit is contained in:
@@ -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
|
|
||||||
|
@@ -6,5 +6,4 @@ namespace DesignPatterns\More\ServiceLocator;
|
|||||||
|
|
||||||
class LogService implements Service
|
class LogService implements Service
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -4,5 +4,4 @@ namespace DesignPatterns\More\ServiceLocator;
|
|||||||
|
|
||||||
interface Service
|
interface Service
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -4,5 +4,4 @@ namespace DesignPatterns\Structural\Registry;
|
|||||||
|
|
||||||
class Service
|
class Service
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user