Skip to content

Commit c504fcb

Browse files
authored
Merge pull request #2416 from bluewave-labs/develop-saas
Develop saas -> Master saas (14 Oct) minor release
2 parents e28398b + f7ede6a commit c504fcb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Clients/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ COPY . .
1717
ARG VITE_GOOGLE_CLIENT_ID
1818
ENV VITE_GOOGLE_CLIENT_ID=$VITE_GOOGLE_CLIENT_ID
1919

20+
ARG VITE_SLACK_CLIENT_ID
21+
ENV VITE_SLACK_CLIENT_ID=$VITE_SLACK_CLIENT_ID
22+
2023
# Step 7: Build the application
2124
RUN npm run build
2225

Servers/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
crond
77

88
# Start the worker process in background
9-
npm run worker &
9+
# npm run worker &
1010

1111
# Start your Node.js app in foreground
1212
exec npm start

0 commit comments

Comments
 (0)