Kaynağa Gözat

Fixed: changed version to 4.0.28

feature/3616
dusan.lazarevic 3 yıl önce
ebeveyn
işleme
d369eaea42
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1
    1
      Dockerfile
  2. 1
    1
      package.json

+ 1
- 1
Dockerfile Dosyayı Görüntüle

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 Dosyayı Görüntüle

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

Loading…
İptal
Kaydet