We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3909e72 commit 1001b0eCopy full SHA for 1001b0e
2 files changed
Dockerfile
@@ -4,11 +4,11 @@ WORKDIR /usr/src/app
4
COPY . .
5
RUN cargo build --release
6
7
-FROM debian:10-slim
+FROM debian:13-slim
8
9
RUN apt-get update && apt-get install -y \
10
libpq5 ca-certificates \
11
&& rm -rf /var/lib/apt/lists/*
12
WORKDIR /root/
13
COPY --from=0 /usr/src/app/target/release/dino-park-packs .
14
-CMD ["./dino-park-packs"]
+CMD ["./dino-park-packs"]
Dockerfile.local
@@ -1,9 +1,9 @@
1
2
3
COPY target/release/dino-park-packs .
0 commit comments