Skip to content

Commit

Permalink
Modificada línea de instalación
Browse files Browse the repository at this point in the history
* Añadido "--force"  para evitar problemas de dependencias.
#173
  • Loading branch information
aliciafp15 authored Apr 19, 2023
1 parent 4594026 commit ebe91bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL org.opencontainers.image.source https://github.com/arquisoft/lomap_es6b
COPY . /app
WORKDIR /app
#Install the dependencies
RUN npm install
RUN npm install --force

ARG API_URI="http://localhost:5000/api"
ENV REACT_APP_API_URI=$API_URI
Expand Down

0 comments on commit ebe91bc

Please sign in to comment.