This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ jobs:
49
49
environment :
50
50
DEPLOY_ENV : " DEV"
51
51
LOGICAL_ENV : " dev"
52
- APPNAME : " autopilot -processor"
52
+ APPNAME : " scheduler -processor"
53
53
steps : *builddeploy_steps
54
54
55
55
" build-prod " :
56
56
<< : *defaults
57
57
environment :
58
58
DEPLOY_ENV : " PROD"
59
59
LOGICAL_ENV : " prod"
60
- APPNAME : " autopilot -processor"
60
+ APPNAME : " scheduler -processor"
61
61
steps : *builddeploy_steps
62
62
63
63
workflows :
Original file line number Diff line number Diff line change 2
2
FROM node:12.16.3
3
3
4
4
# Copy the current directory into the Docker image
5
- COPY . /autopilot -processor
5
+ COPY . /scheduler -processor
6
6
7
7
# Set working directory for future use
8
- WORKDIR /autopilot -processor
8
+ WORKDIR /scheduler -processor
9
9
10
10
# Install the dependencies from package.json
11
11
RUN npm install
Original file line number Diff line number Diff line change 1
1
version : ' 3'
2
2
services :
3
- autopilot -processor :
4
- image : autopilot -processor:latest
3
+ scheduler -processor :
4
+ image : scheduler -processor:latest
5
5
build :
6
6
context : ../
7
7
dockerfile : docker/Dockerfile
You can’t perform that action at this time.
0 commit comments