Usando npm ci
All checks were successful
Creates a docker image for production / Build the docker image (push) Successful in 48s
All checks were successful
Creates a docker image for production / Build the docker image (push) Successful in 48s
This commit is contained in:
2
.env
2
.env
@@ -1,2 +1,2 @@
|
|||||||
SKIP_PREFLIGHT_CHECK=true
|
SKIP_PREFLIGHT_CHECK=true
|
||||||
REACT_APP_API_URL=http://127.0.0.1:8000
|
REACT_APP_API_URL=https://api.mines.makecodes.dev
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY package*.json /app/
|
COPY package*.json /app/
|
||||||
|
|
||||||
RUN npm install
|
RUN npm ci
|
||||||
|
|
||||||
COPY ./ /app/
|
COPY ./ /app/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user