Skip to content

Commit 72adc46

Browse files
authored
Merge pull request #5 from DevOpsFortress/chore/package-locks
chore(*): package-lock.json, npm ci, and pip freeze
2 parents ff9274f + e4ce70d commit 72adc46

3 files changed

Lines changed: 2756 additions & 6 deletions

File tree

catalogue/requirements.txt

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1-
Flask>=3.0.0
2-
gunicorn>=20.1.0
3-
requests>=2.26.0
4-
flask_cors>=3.0.10
5-
psycopg2-binary
1+
blinker==1.9.0
2+
certifi==2025.10.5
3+
charset-normalizer==3.4.4
4+
click==8.3.0
5+
Flask==3.1.2
6+
flask-cors==6.0.1
7+
gunicorn==23.0.0
8+
idna==3.11
9+
itsdangerous==2.2.0
10+
Jinja2==3.1.6
11+
MarkupSafe==3.0.3
12+
packaging==25.0
13+
psycopg2-binary==2.9.11
14+
requests==2.32.5
15+
urllib3==2.5.0
16+
Werkzeug==3.1.3

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55

66
# Copy package files and install dependencies
77
COPY package*.json ./
8-
RUN npm install --production
8+
RUN npm ci
99

1010
# Runtime stage
1111
FROM gcr.io/distroless/nodejs18-debian12

0 commit comments

Comments
 (0)