Skip to content

Commit

Permalink
Remove unused ENV from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aquarat committed Nov 22, 2023
1 parent 2d9863c commit 3eb02bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ RUN pnpm run --recursive build

# Create a separate stage for pusher package. We create a temporary stage for deployment and then copy the result into
# the final stage. Only the production dependencies and package implementation is part of this last stage.
ENV name="deployed-pusher"
LABEL application="deployed-pusher" description="Deployed Pusher container"

FROM build AS deployed-pusher
Expand All @@ -54,7 +53,6 @@ ENTRYPOINT ["node", "dist/src/index.js"]

# Create a separate stage for api package. We create a temporary stage for deployment and then copy the result into
# the final stage. Only the production dependencies and package implementation is part of this last stage.
ENV name="deployed-api"
LABEL application="deployed-api" description="Deployed API container"

FROM build AS deployed-api
Expand Down

0 comments on commit 3eb02bf

Please sign in to comment.