Skip to content

Commit e27a2f6

Browse files
authored
Merge pull request #2417 from bluewave-labs/develop
Develop -> Master (14 Oct) minor release
2 parents 6503cab + 8b0de15 commit e27a2f6

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
@@ -13,6 +13,9 @@ RUN npm install
1313
# Step 5: Copy the rest of the application files
1414
COPY . .
1515

16+
ARG VITE_SLACK_CLIENT_ID
17+
ENV VITE_SLACK_CLIENT_ID=$VITE_SLACK_CLIENT_ID
18+
1619
# Step 6: Build the application
1720
RUN npm run build
1821

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)