From 7a1433eb61a3640ac2c9a46f9a059c0d2fe4ac8b Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 May 2025 19:05:50 +0200 Subject: [PATCH] modified dockerfile for ex2 --- ex2/dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/ex2/dockerfile b/ex2/dockerfile index c33b857..b9f9845 100644 --- a/ex2/dockerfile +++ b/ex2/dockerfile @@ -1,4 +1,3 @@ FROM alpine:latest -RUN apk --no-cache add ca-certificates COPY app /app ENTRYPOINT ["/app"]