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

pull/1/head
Vincent ASTOLFI 1 year ago
parent b823451beb
commit 9ff3c7bc9c

@ -2,5 +2,6 @@ FROM node:10
WORKDIR /usr/src/app WORKDIR /usr/src/app
COPY ./ ./ COPY ./ ./
RUN npm install RUN npm install
RUN npm install -g nodemon
EXPOSE 8080 EXPOSE 8080
CMD [ "npm", "run", "dev" ] CMD [ "npm", "run", "dev" ]

Loading…
Cancel
Save