We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24fc3e commit fc76b21Copy full SHA for fc76b21
packages/live-status-gateway/Dockerfile.circle
@@ -4,6 +4,7 @@ RUN apk add --no-cache tzdata
4
COPY package.json /opt/
5
COPY node_modules /opt/node_modules
6
COPY live-status-gateway /opt/live-status-gateway
7
+COPY live-status-gateway-api /opt/live-status-gateway-api
8
COPY blueprints-integration /opt/blueprints-integration
9
COPY server-core-integration /opt/server-core-integration
10
COPY shared-lib /opt/shared-lib
0 commit comments