mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-04-04 16:18:45 +02:00
asset include
This commit is contained in:
parent
fbb25807e6
commit
48b669dc07
@ -11,7 +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
|
||||
COPY --from=builder /app/Website/media /usr/share/nginx/html/media
|
||||
|
||||
EXPOSE 80
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
Loading…
x
Reference in New Issue
Block a user