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

main
Félix MIELCAREK 12 months ago
parent 041df42f26
commit d265babe14

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

Loading…
Cancel
Save