Skip to content

Commit

Permalink
Merge branch 'alpha' into docker
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed May 30, 2024
2 parents d3a32c0 + 18f2002 commit c9a3351
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 78 deletions.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
############################################################
FROM node:lts-alpine AS build

RUN apk --no-cache add git
RUN apk --no-cache add \
build-base \
git \
python3

WORKDIR /tmp

# Copy package.json first to benefit from layer caching
Expand Down
125 changes: 49 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"parse": "5.0.0",
"path-to-regexp": "6.2.1",
"pg-monitor": "2.0.0",
"pg-promise": "11.5.5",
"pg-promise": "11.7.8",
"pluralize": "8.0.0",
"rate-limit-redis": "4.2.0",
"redis": "4.6.13",
Expand Down

0 comments on commit c9a3351

Please sign in to comment.