Skip to content

Commit

Permalink
Merge pull request #73 from srikanthlogic/docker_cleanup
Browse files Browse the repository at this point in the history
Docker cleanup
  • Loading branch information
srikanthlogic authored Jan 23, 2024
2 parents 4b31013 + 9bc3dbc commit 50a6a60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2,192 deletions.
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

0 comments on commit 50a6a60

Please sign in to comment.