rename to yaf in Dockerfile

This commit is contained in:
lyx0 2023-09-04 17:42:54 +02:00
parent 80ee9dfa96
commit 894c04d0c7

View file

@ -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"]