Skip to content

Commit

Permalink
chore: update the Dockerfile for the goreleaser 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: saltbo <[email protected]>
  • Loading branch information
saltbo committed Sep 16, 2023
1 parent 1546faa commit d2549f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ RUN apt-get update \
ENV APP_HOME /srv
WORKDIR $APP_HOME

COPY zpan $APP_HOME
COPY bin/zpan $APP_HOME

CMD ["./zpan", "server"]

0 comments on commit d2549f7

Please sign in to comment.