fix build path
This commit is contained in:
parent
24a9bd9973
commit
7bc372e711
@ -19,7 +19,7 @@ RUN npm run build
|
|||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
|
|
||||||
# Copier les fichiers buildés depuis le stage précédent
|
# Copier les fichiers buildés depuis le stage précédent
|
||||||
COPY --from=build /app/dist/dcb-bo-admin/browser /usr/share/nginx/html
|
COPY --from=build /app/dist/dcb-backoffice/browser /usr/share/nginx/html
|
||||||
|
|
||||||
# Copier la configuration Nginx personnalisée (optionnel)
|
# Copier la configuration Nginx personnalisée (optionnel)
|
||||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user