1
0
mirror of https://github.com/C9Glax/tranga-website.git synced 2025-07-15 02:52:18 +02:00

asset include

This commit is contained in:
2025-03-30 17:32:50 +02:00
parent 44f43b7152
commit fbb25807e6
3 changed files with 3 additions and 3 deletions

@ -11,6 +11,7 @@ FROM nginx:alpine3.17-slim
# Copy built files from Vite's dist folder
COPY --from=builder /app/Website/dist /usr/share/nginx/html
COPY --from=builder /app/Website/media /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]