Mise à jour de 'Dockerfile'
continuous-integration/drone/push Build is passing Details

main
Aurian JAULT 1 year ago
parent cea41bc171
commit 48417477fe

@ -3,7 +3,7 @@ FROM node:latest as build
WORKDIR /usr/local/app
COPY ./ /usr/local/app
RUN npm install
RUN npm run build
RUN npm run build --base-href='/containers/aurianjault-voila/'
# Stage 2: Serve app with nginx server

Loading…
Cancel
Save