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

main
Félix MIELCAREK 1 year ago
parent d265babe14
commit e2025a1979

@ -8,13 +8,13 @@ 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 ./web COPY web/src/package*.json ./web/src
COPY common ./common
# Install dependencies
RUN npm install ./web/src RUN npm install ./web/src
RUN pip3 install os RUN pip3 install os
COPY web ./web
COPY common ./common
# Expose the port the app runs on # Expose the port the app runs on
EXPOSE 3000 EXPOSE 3000

Loading…
Cancel
Save