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

main
Félix MIELCAREK 1 year ago
parent 041df42f26
commit d265babe14

@ -5,17 +5,13 @@ RUN apt-get update && \
apt-get install -y python3 python3-pip && \ apt-get install -y python3 python3-pip && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
RUN apt-get update && \
apt-get install -y tree
# Set working directory inside the container # Set working directory inside the container
WORKDIR /usr/src/app WORKDIR /usr/src/app
COPY web ./ COPY web ./web
COPY common ./ COPY common ./common
# Install dependencies # Install dependencies
RUN tree
RUN npm install ./web/src RUN npm install ./web/src
RUN pip3 install os RUN pip3 install os

Loading…
Cancel
Save