Ajusta url do dockerfile
This commit is contained in:
@@ -8,7 +8,7 @@ COPY . .
|
|||||||
RUN pnpm install
|
RUN pnpm install
|
||||||
|
|
||||||
ARG BASE=/
|
ARG BASE=/
|
||||||
ARG VITE_API_URL=http://clipperia-api:3000
|
ARG VITE_API_URL=https://api.clipperia.com.br
|
||||||
ENV VITE_BASE_PATH=$BASE
|
ENV VITE_BASE_PATH=$BASE
|
||||||
ENV VITE_API_URL=$VITE_API_URL
|
ENV VITE_API_URL=$VITE_API_URL
|
||||||
RUN pnpm build
|
RUN pnpm build
|
||||||
|
|||||||
Reference in New Issue
Block a user