| @@ -8,7 +8,7 @@ WORKDIR /app | |||
| COPY package*.json /app/ | |||
| RUN npm install | |||
| 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 | |||
| FROM nginx:alpine | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "name": "web", | |||
| "version": "4.0.27", | |||
| "version": "4.0.28", | |||
| "private": true, | |||
| "dependencies": { | |||
| "@emotion/react": "^11.5.0", | |||