Kaynağa Gözat

Fixed: changed version to 4.0.28

feature/3616
dusan.lazarevic 2 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

@@ -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
- 1
package.json Dosyayı Görüntüle

@@ -1,6 +1,6 @@
{
"name": "web",
"version": "4.0.27",
"version": "4.0.28",
"private": true,
"dependencies": {
"@emotion/react": "^11.5.0",

Loading…
İptal
Kaydet