Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
[#20] Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Msarawan authored and gaohoward committed Oct 29, 2024
1 parent 2c1f758 commit 80e8542
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ FROM registry.access.redhat.com/ubi8/nodejs-20-minimal:latest

USER root

WORKDIR /app

COPY --from=BUILD_IMAGE /usr/src/app/dist /usr/share/amq-spp/dist
COPY --from=BUILD_IMAGE /usr/src/app/.env /usr/share/amq-spp/.env

Expand Down Expand Up @@ -64,5 +62,5 @@ CMD ["node", "dist/app.js"]
## Labels
LABEL name="artemiscloud/activemq-artemis-jolokia-api-server"
LABEL description="ActiveMQ Artemis Jolokia api-server"
LABEL maintainer="Roderick Kieley <rkieley@redhat.com>"
LABEL version="0.1.1"
LABEL maintainer="Howard Gao <hgao@redhat.com>"
LABEL version="0.1.1"

0 comments on commit 80e8542

Please sign in to comment.