Skip to content

Commit

Permalink
fix: Dockerfile (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
DVKunion committed Jan 17, 2024
1 parent be04fa1 commit 122435f
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 @@ -12,5 +12,5 @@ FROM alpine:3.19
LABEL maintainer="[email protected]"
WORKDIR /app
COPY --from=build /tmp/seamoon /app/seamoon
EXPOSE 1080,8080,7777,9000
EXPOSE 1080 8080 7777 9000
ENTRYPOINT ["/app/seamoon"]

0 comments on commit 122435f

Please sign in to comment.