From 19ac65536263081a2cb12ecbee8aa24451e859a1 Mon Sep 17 00:00:00 2001 From: Chimi1999 <143087281+Chimi1999@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:49:38 +0600 Subject: [PATCH] Update Dockerfile.api-gateway Signed-off-by: Chimi1999 <143087281+Chimi1999@users.noreply.github.com> --- Dockerfiles/Dockerfile.api-gateway | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfiles/Dockerfile.api-gateway b/Dockerfiles/Dockerfile.api-gateway index 073a33feb..29599eac9 100644 --- a/Dockerfiles/Dockerfile.api-gateway +++ b/Dockerfiles/Dockerfile.api-gateway @@ -3,6 +3,7 @@ FROM node:18-alpine as build RUN npm install -g pnpm --ignore-scripts \ && apk update \ && apk add openssh-client + # Set the working directory WORKDIR /app