Skip to content

Commit

Permalink
fix docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
csuvajit committed Jan 14, 2024
1 parent c47d34e commit d7783e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- id: upload-to-gcp
uses: google-github-actions/upload-cloud-storage@v2
with:
path: assets.zip
path: raw_json.zip
predefinedAcl: publicRead
destination: ${{ env.GCP_BUCKET_NAME }}

Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM node:20-alpine

RUN apt-get update && apt-get install -y python build-essential

WORKDIR /

COPY . .
Expand Down

0 comments on commit d7783e6

Please sign in to comment.