| COPY package*.json /app/ | COPY package*.json /app/ | ||||
| RUN npm install | RUN npm install | ||||
| COPY ./ /app/ | COPY ./ /app/ | ||||
| ENV REACT_APP_BASE_API_URL="https://trampa-api.dilig.net/" | |||||
| ENV REACT_APP_BASE_API_URL="https://trampa-api-test.dilig.net/" | |||||
| RUN npm run build | RUN npm run build | ||||
| FROM nginx:alpine | FROM nginx:alpine |
| { | { | ||||
| "name": "web", | "name": "web", | ||||
| "version": "4.0.27", | |||||
| "version": "4.0.28", | |||||
| "private": true, | "private": true, | ||||
| "dependencies": { | "dependencies": { | ||||
| "@emotion/react": "^11.5.0", | "@emotion/react": "^11.5.0", |