Skip to content

Commit

Permalink
removed expose
Browse files Browse the repository at this point in the history
  • Loading branch information
LbP22 committed Dec 27, 2023
1 parent 15ed33e commit 539fb7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions application/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ FROM alpine
RUN apk add bash curl
# tmp

EXPOSE 2874

COPY --from=frontbuilder /code/dist/ /dist/
COPY --from=backendbuilder /backend/main /backend/main
CMD ["/backend/main"]
Expand Down
2 changes: 1 addition & 1 deletion application/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
docker buildx create --use
docker buildx build --platform=linux/amd64,linux/arm64 --tag "devforth/onlogs:latest" --tag "devforth/onlogs:1.0.0" --push .
docker buildx build --platform=linux/amd64,linux/arm64 --tag "devforth/onlogs:latest" --tag "devforth/onlogs:1.0.1" --push .

0 comments on commit 539fb7e

Please sign in to comment.