Mise à jour de 'src/Api/Dockerfile'
continuous-integration/drone/push Build was killed Details

pull/16/head
David D'ALMEIDA 2 years ago
parent e898824866
commit bca35b06f5

@ -3,8 +3,12 @@ RUN ls /usr
ADD package.json /app
ADD tsconfig.json /app
RUN cat package.json
RUN find . -name package.json -type f -print
RUN mkdir /app
WORKDIR /app
ADD . /app
RUN find . -name package.json -type f -print
RUN find /app -name package.json -type f -print
RUN npm install
RUN npm run build

Loading…
Cancel
Save