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:
@ -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;"]
|
Reference in New Issue
Block a user