We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7333b7f + 1785fe8 commit 57ae360Copy full SHA for 57ae360
2 files changed
deployment/.dockerignore
@@ -1,6 +1,8 @@
1
**/.classpath
2
**/.dockerignore
3
**/.env
4
+!**/.env.production
5
+!**/.env.development
6
**/.git
7
**/.gitignore
8
**/.project
deployment/Dockerfile
@@ -23,6 +23,8 @@ FROM lib-build AS build
23
24
ARG BUILD_CONFIGURATION=Release
25
ARG PROJECT_PATH=src/Worker/Worker.csproj
26
+ARG VITE_API_BASE_URL=https://rytho.standleypg.com/api
27
+ENV VITE_API_BASE_URL=$VITE_API_BASE_URL
28
29
WORKDIR /app
30
0 commit comments