@aloma.io/integration-sdk 3.2.1 → 3.3.0
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/package.json
CHANGED
@@ -12,7 +12,7 @@ COPY ./src ./src
|
|
12
12
|
|
13
13
|
RUN set -e; addgroup -g 1111 connector; adduser -S -u 1111 -G connector connector
|
14
14
|
|
15
|
-
RUN set -e; apk add --no-cache git; yarn config set --home enableTelemetry 0; chmod 755 /connector/entrypoint.sh; cd /connector/; yarn install --frozen-lockfile; yarn build;
|
15
|
+
RUN set -e; apk add --no-cache git; yarn config set --home enableTelemetry 0; chmod 755 /connector/entrypoint.sh; cd /connector/; yarn install --frozen-lockfile; yarn run build;
|
16
16
|
|
17
17
|
USER connector
|
18
18
|
|