Skip to content

Commit 57ae360

Browse files
authored
Merge pull request #99 from standleypg-dev/UI-migrate
Fix deployment issue
2 parents 7333b7f + 1785fe8 commit 57ae360

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

deployment/.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
**/.classpath
22
**/.dockerignore
33
**/.env
4+
!**/.env.production
5+
!**/.env.development
46
**/.git
57
**/.gitignore
68
**/.project

deployment/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ FROM lib-build AS build
2323

2424
ARG BUILD_CONFIGURATION=Release
2525
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
2628

2729
WORKDIR /app
2830

0 commit comments

Comments
 (0)