mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-02 13:07:27 +02:00
Fix Docker build
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user