1 Commits

Author SHA1 Message Date
5b5500f6ac Usando npm ci
All checks were successful
Creates a docker image for production / Build the docker image (push) Successful in 48s
2025-02-05 11:56:28 -03:00
2 changed files with 2 additions and 2 deletions

2
.env
View File

@@ -1,2 +1,2 @@
SKIP_PREFLIGHT_CHECK=true
REACT_APP_API_URL=http://127.0.0.1:8000
REACT_APP_API_URL=https://api.mines.makecodes.dev

View File

@@ -4,7 +4,7 @@ WORKDIR /app
COPY package*.json /app/
RUN npm install
RUN npm ci
COPY ./ /app/