Skip to content

Commit

Permalink
Update Dockerfile.cloud-wallet
Browse files Browse the repository at this point in the history
Signed-off-by: Chimi1999 <[email protected]>
  • Loading branch information
Chimi1999 authored Jan 10, 2025
1 parent e778261 commit 3ad5a77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfiles/Dockerfile.cloud-wallet
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Stage 1: Build the application
FROM node:18-slim as build
RUN npm install -g pnpm --ignore-scripts \
&& apk update \
&& apk add openssl
&& apt-get update \
&& apt-get install -y openssl

# Set the working directory
WORKDIR /app
Expand All @@ -28,8 +28,8 @@ FROM node:18-slim
WORKDIR /app

RUN npm install -g pnpm --ignore-scripts \
&& apk update \
&& apk add openssl
&& apt-get update \
&& apt-get install -y openssl

# Copy the compiled code from the build stage
COPY --from=build /app/dist/apps/cloud-wallet/ ./dist/apps/cloud-wallet/
Expand Down

0 comments on commit 3ad5a77

Please sign in to comment.