This commit is contained in:
Ahmed Bouhuolia
2025-11-24 14:58:58 +02:00
parent caf232d928
commit fe4bd88f9f
4 changed files with 101 additions and 60 deletions

View File

@@ -24,4 +24,4 @@ RUN pnpm run build:webapp
FROM nginx
COPY ./packages/webapp/nginx/sites/default.conf /etc/nginx/conf.d/default.conf
COPY --from=build /app/packages/webapp/build /usr/share/nginx/html
COPY --from=build /app/packages/webapp/dist /usr/share/nginx/html