💚 New CD test
continuous-integration/drone/push Build is passing Details

docker-deployment
Vincent ASTOLFI 11 months ago
parent c7328b7450
commit e9b41b3b91

@ -3,5 +3,6 @@ WORKDIR /usr/src/app
COPY package*.json ./ COPY package*.json ./
RUN npm install RUN npm install
COPY . . COPY . .
RUN sed -i '1i\<base href="https://codefirst.iut.uca.fr/containers/vincentastolfi-maettleship/">' ./public/index.html
EXPOSE 8081 EXPOSE 8081
CMD ["node", "index.js"] CMD ["node", "index.js"]
Loading…
Cancel
Save