mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-01-16 13:08:36 +01:00
Fix Docker build
This commit is contained in:
parent
43c433b19e
commit
2f9b35d343
@ -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
|
||||
|
@ -6,5 +6,4 @@ namespace DesignPatterns\More\ServiceLocator;
|
||||
|
||||
class LogService implements Service
|
||||
{
|
||||
|
||||
}
|
||||
|
@ -4,5 +4,4 @@ namespace DesignPatterns\More\ServiceLocator;
|
||||
|
||||
interface Service
|
||||
{
|
||||
|
||||
}
|
||||
|
@ -4,5 +4,4 @@ namespace DesignPatterns\Structural\Registry;
|
||||
|
||||
class Service
|
||||
{
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user