Skip to content

Commit

Permalink
pipeline changes done
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheetal-ayanworks committed Apr 25, 2024
1 parent e0a92aa commit a5f2818
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfiles/Dockerfile.utility
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Stage 1: Build the application
FROM node:18-slim as build
RUN npm install -g pnpm
RUN apt-get update
RUN apt-get install -y openssl

# Set the working directory
WORKDIR /app
Expand All @@ -21,7 +23,8 @@ RUN pnpm run build utility

# Stage 2: Create the final image
FROM node:18-slim

RUN apt-get update
RUN apt-get install -y openssl

# Set the working directory
WORKDIR /app
Expand Down

0 comments on commit a5f2818

Please sign in to comment.