Skip to content

Commit

Permalink
Merge pull request #95 from isd-sgcu/fix/ci
Browse files Browse the repository at this point in the history
fix: change build time to runtime
  • Loading branch information
ImSoZRious authored Apr 25, 2024
2 parents 6b878aa + 9ca0cf3 commit 000da1a
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 @@ -3,7 +3,7 @@ FROM node:21-alpine3.18 AS base
ARG API_URL

ENV VITE_API_URL=${API_URL}
ARG COREPACK_ENABLE_STRICT=0
ENV COREPACK_ENABLE_STRICT=0

RUN npm i -g pnpm

Expand Down

0 comments on commit 000da1a

Please sign in to comment.