Skip to content

Commit

Permalink
moved to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
pablouser1 committed Jun 30, 2024
1 parent 895e33d commit 32bc4c9
Show file tree
Hide file tree
Showing 3 changed files with 1,040 additions and 688 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ RUN apk add --no-cache \
cairo pango

# Install deps
COPY package.json yarn.lock ./
RUN yarn install
COPY package.json package-lock.json ./
RUN npm ci

# Copy required files for server
COPY ./src ./src
Expand Down
Loading

0 comments on commit 32bc4c9

Please sign in to comment.