Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
golangboy committed Feb 20, 2024
1 parent ddeb90b commit 869d7ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ RUN export CGO_ENABLED=0 && go build -o app .
WORKDIR /app/server
RUN export CGO_ENABLED=0 && go build -o app .
WORKDIR /app
RUN chmod +x start.sh
RUN chmod +x docker-entrypoint.sh

FROM alpine
COPY --from=builder /app /app
EXPOSE 80 1180
CMD ["/app/start.sh"]
CMD ["/app/docker-entrypoint.sh"]
File renamed without changes.

0 comments on commit 869d7ca

Please sign in to comment.