@boxyhq/saml-jackson 0.2.3-beta.242 → 0.2.3-beta.243
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
|
@@ -4,7 +4,7 @@ FROM node:16.13.1-alpine3.14 AS deps
|
|
|
4
4
|
RUN apk add --no-cache libc6-compat
|
|
5
5
|
WORKDIR /app
|
|
6
6
|
COPY src/ src/
|
|
7
|
-
COPY package.json package-lock.json ./
|
|
7
|
+
COPY package.json package-lock.json tsconfig*.json ./
|
|
8
8
|
RUN npm ci --only=production
|
|
9
9
|
|
|
10
10
|
# Production image, copy all the files and run next
|