Skip to content

Commit

Permalink
try to build with openssl legacy provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Nov 25, 2024
1 parent 8d0e77c commit afd5b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY src ./
ARG GITHUB_API_TOKEN
ENV COOKIE_SECRET=change_me

RUN npm run build
RUN npm run build --openssl-legacy-provider

# Create the /.npm directory and grant access to group 0 to allow npm v9 to work
# See: https://docs.openshift.com/container-platform/4.11/openshift_images/create-images.html#use-uid_create-images
Expand Down

0 comments on commit afd5b74

Please sign in to comment.