screwdriver-buildcluster-queue-worker 2.23.0 → 2.23.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Dockerfile +1 -1
- package/package.json +1 -1
package/Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ RUN mkdir -p /usr/src/app
|
|
|
8
8
|
WORKDIR /usr/src/app
|
|
9
9
|
|
|
10
10
|
# Install Screwdriver build cluster queue worker
|
|
11
|
-
RUN npm install screwdriver-buildcluster-queue-worker@$VERSION
|
|
11
|
+
RUN npm install screwdriver-buildcluster-queue-worker@$VERSION
|
|
12
12
|
WORKDIR /usr/src/app/node_modules/screwdriver-buildcluster-queue-worker
|
|
13
13
|
|
|
14
14
|
# Run the service
|