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

Loading…
Cancel
Save