error with etherpad

This commit is contained in:
tuanvu
2026-02-12 12:23:47 +01:00
parent 20d83ffafe
commit d8eb08a5f1
6 changed files with 114 additions and 28 deletions

View File

@@ -13,7 +13,7 @@ RUN npx ng build
FROM nginx:alpine
COPY --from=build /app/dist/tlcfront /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY nginxFront.conf /etc/nginx/conf.d/default.conf
EXPOSE 80