revert changes in docker file
This commit is contained in:
parent
0f22768b48
commit
72469f0bd9
|
|
@ -8,8 +8,7 @@ WORKDIR /app
|
||||||
RUN yarn global add @quasar/cli
|
RUN yarn global add @quasar/cli
|
||||||
|
|
||||||
# Set environment variables
|
# Set environment variables
|
||||||
ARG VITE_TARGO_BACKEND_URL
|
ENV VITE_TARGO_BACKEND_URL="targo-backend:3000"
|
||||||
ENV VITE_TARGO_BACKEND_URL $VITE_TARGO_BACKEND_URL
|
|
||||||
|
|
||||||
# Copy the code
|
# Copy the code
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user