Parcourir la source

Fixed: changed version to 4.0.28

feature/3616
dusan.lazarevic il y a 3 ans
Parent
révision
d369eaea42
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1
    1
      Dockerfile
  2. 1
    1
      package.json

+ 1
- 1
Dockerfile Voir le fichier

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

+ 1
- 1
package.json Voir le fichier

{ {
"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",

Chargement…
Annuler
Enregistrer