Test CI
continuous-integration/drone/push Build is failing Details

main
Félix MIELCAREK 11 months ago
parent 2393df4031
commit d1cf763a1d

@ -8,7 +8,7 @@ RUN apt-get update && \
# Set working directory inside the container # Set working directory inside the container
WORKDIR /usr/src/app WORKDIR /usr/src/app
COPY web/src/package*.json ./web/src/ COPY web/src/package*.json .
RUN npm install ./web/src RUN npm install ./web/src
RUN pip3 install os RUN pip3 install os

Loading…
Cancel
Save