Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jsorb84 authored Dec 20, 2023
1 parent 7b4bdc1 commit 9b49063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM node:20-alpine AS build
WORKDIR /app
COPY package.json ./
COPY pnpm-lock.yaml ./
COPY .npmrc ./
ENV PUBLIC_ENDPOINT="https://api.officialurban.xyz/v1"
ENV PUBLIC_PROJECT='657df22a1439a12f822a'
RUN npm i -g pnpm
Expand Down

0 comments on commit 9b49063

Please sign in to comment.