From ee45455ac8c11cd2318aded0493b69a0d63ec2de Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 12 Jun 2022 16:15:40 -0700 Subject: [PATCH] Only copy run.sh. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 115aa5b..34e153d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.16.0 ENV PORT=18888 -COPY . /app +COPY run.sh /app/ RUN apk add --no-cache netcat-openbsd awake EXPOSE $PORT