1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-18 12:02:53 +02:00

build(deps): update latest

This commit is contained in:
Divlo
2022-12-30 00:55:21 +01:00
parent a04240c0ab
commit 9e751c53d9
43 changed files with 4728 additions and 1423 deletions

View File

@ -1,6 +1,4 @@
FROM node:16.17.0
WORKDIR /usr/app
COPY ./ /usr/app
CMD ["node", "solution.js"]
FROM gcr.io/distroless/nodejs18-debian11:latest AS runner
WORKDIR /usr/src/application
COPY ./ ./
CMD ["./solution.js"]