Skip to content

Commit 9076bf7

Browse files
build: add important files for container
Signed-off-by: Nicklas Silversved <nicklas.silversved@digg.se>
1 parent 8661cea commit 9076bf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Containerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ COPY --from=build /app/package*.json ./
2626
COPY --from=build /app/document ./document
2727
COPY --from=build /app/README.md ./README.md
2828
COPY --from=build /app/GUIDELINES.md ./GUIDELINES.md
29+
COPY --from=build /app/openapi.yaml ./openapi.yaml
30+
COPY --from=build /app/urlValidationConfig.cjs ./urlValidationConfig.cjs
2931

3032
RUN chown -R node:node /app
3133
USER node

0 commit comments

Comments
 (0)