Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker cleanup #73

Merged
merged 5 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ WORKDIR /home/node/app
# Copy only the package.json and package-lock.json first to leverage Docker caching
COPY package*.json ./

RUN npm install -g npm@10.1.0
RUN npm install -g npm@10.3.0

# Install dependencies
RUN npm ci --quiet --omit=dev
RUN npm ci --quiet --omit=dev && npm cache clean --force

# Copy the rest of the application code
COPY . .
Expand Down
2,186 changes: 0 additions & 2,186 deletions Postman Collections/GooglePlayAPI.postman_collection.json.json

This file was deleted.

5 changes: 1 addition & 4 deletions fly.production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ primary_region = "sin"
auto_start_machines = true
min_machines_running = 0
processes = ["app"]

[http_service.concurrency]
type = "requests"
soft_limit = 400
Expand All @@ -24,7 +25,3 @@ primary_region = "sin"
[env]
COUNTRY_OF_QUERY = "IN"
LOGGING = true

[env]
COUNTRY_OF_QUERY = "IN"
LOGGING = true