Skip to content

Commit

Permalink
fix: remove dependency on git and ssh by using tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
barakplasma committed Sep 15, 2021
1 parent f6b798e commit 082133f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM node:lts-alpine
RUN apk add git openssh
ARG NODE_ENV_ARG=production
ENV NODE_ENV=$NODE_ENV_ARG
WORKDIR /usr/src/app
Expand Down
10 changes: 5 additions & 5 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 @@ -29,7 +29,7 @@
"@godaddy/terminus": "^4.9.0",
"dotenv": "^9.0.2",
"ioredis": "^4.27.9",
"open-location-code": "google/open-location-code",
"open-location-code": "https://github.com/google/open-location-code/tarball/main",
"socket.io": "^4.1.3"
},
"devDependencies": {
Expand Down

0 comments on commit 082133f

Please sign in to comment.