Modifications
continuous-integration/drone/push Build is passing Details

master
Kyllian CHABANON 1 year ago
parent ec6af4fab4
commit 1a4ada7ca3

@ -1,6 +1,6 @@
FROM node:latest AS build FROM node:latest AS build
WORKDIR /app WORKDIR /portfolio
COPY package.json ./ COPY package.json ./
RUN yarn install RUN yarn install
@ -8,4 +8,4 @@ COPY . ./
RUN npm run build RUN npm run build
FROM nginx:1.19-alpine FROM nginx:1.19-alpine
COPY --from=build /app/build /usr/share/nginx/html COPY --from=build /portfolio/build /usr/share/nginx/html

Loading…
Cancel
Save