diff --git a/Dockerfile b/Dockerfile index 482a70c..214a08e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ COPY . ./ RUN npm run build -FROM debian:12.8@sha256:17122fe3d66916e55c0cbd5bbf54bb3f87b3582f4d86a755a0fd3498d360f91b +FROM debian:12.8@sha256:b877a1a3fdf02469440f1768cf69c9771338a875b7add5e80c45b756c92ac20a WORKDIR /me-fit RUN apt-get update && apt-get install -y ca-certificates && echo "" > .env COPY migration ./migration