Merge branch 'main' of git.targo.ca:Targo/targo_frontend into dev/nicolas/timesheet-approval-staging-prep
This commit is contained in:
commit
720417ab16
|
|
@ -8,7 +8,8 @@ WORKDIR /app
|
||||||
RUN yarn global add @quasar/cli
|
RUN yarn global add @quasar/cli
|
||||||
|
|
||||||
# Set environment variables
|
# Set environment variables
|
||||||
ENV VITE_TARGO_BACKEND_URL="http://10.100.251.2:3420/"
|
ARG BACKEND_URL
|
||||||
|
ENV VITE_TARGO_BACKEND_URL=$BACKEND_URL
|
||||||
|
|
||||||
# Copy the code
|
# Copy the code
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user