mirror of
https://github.com/lyx0/yaf.git
synced 2024-11-13 19:49:53 +01:00
rename to yaf in Dockerfile
This commit is contained in:
parent
80ee9dfa96
commit
894c04d0c7
1 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue