mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-05-14 18:43:01 +02:00
update dockerfile
This commit is contained in:
parent
82389c4847
commit
8c0f61fc6a
@ -10,8 +10,8 @@ RUN npm run build
|
||||
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/media
|
||||
COPY --from=builder /app/dist /usr/share/nginx/html
|
||||
#COPY --from=builder /app/tranga-website/media /usr/share/nginx/html/media
|
||||
|
||||
EXPOSE 80
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
Loading…
x
Reference in New Issue
Block a user