feat: Deprecation DEPPS11: Replace PublicAPIRouter with PagesRouter (#9974)
BREAKING CHANGE: This release replaces `PublicAPIRouter` with `PagesRouter` (Deprecation DEPPS11).
This commit is contained in:
@@ -40,7 +40,7 @@ COPY --from=build /tmp/lib lib
|
||||
|
||||
COPY package*.json ./
|
||||
COPY bin bin
|
||||
COPY public_html public_html
|
||||
COPY public public
|
||||
COPY views views
|
||||
RUN mkdir -p logs && chown -R node: logs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user