ci: Fix MIMETYPEs
This commit is contained in:
parent
9dfa16f5f0
commit
7b317b28d1
2 changed files with 18 additions and 1 deletions
|
@ -22,12 +22,13 @@ WORKDIR /app/frontend
|
|||
|
||||
COPY frontend ./
|
||||
|
||||
RUN npm run build
|
||||
RUN npx vite build
|
||||
|
||||
FROM nginx:stable AS production-stage
|
||||
|
||||
COPY config/nginx/nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
COPY --from=build-stage /app/assets /usr/share/nginx/html/assets
|
||||
COPY --from=build-stage /app/frontend/dist /usr/share/nginx/html
|
||||
|
||||
EXPOSE 80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue