From 894c04d0c7f06ad692c1f1ef1a3869c7eaa306d9 Mon Sep 17 00:00:00 2001 From: lyx0 Date: Mon, 4 Sep 2023 17:42:54 +0200 Subject: [PATCH] rename to yaf in Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a13bfd2..49fa0b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ COPY . . RUN go build FROM alpine:latest -COPY --from=build /app/jaf /app/jaf +COPY --from=build /app/yaf /app/yaf WORKDIR /app -RUN mkdir -p /var/www/jaf -CMD ["./jaf"] +RUN mkdir -p /var/www/yaf +CMD ["./yaf"]