Skip to content

Commit

Permalink
Update Dockerfile.api-gateway
Browse files Browse the repository at this point in the history
Signed-off-by: Chimi1999 <[email protected]>
  • Loading branch information
Chimi1999 authored Dec 11, 2024
1 parent 19ac655 commit c834ddc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfiles/Dockerfile.api-gateway
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ RUN pnpm run build api-gateway
FROM node:18-alpine
RUN npm install -g pnpm --ignore-scripts \
&& apk update \
&& apk add openssh-client \
&& apk add openssh-client

# Set the working directory
WORKDIR /app

Expand Down

0 comments on commit c834ddc

Please sign in to comment.