Skip to content

Commit

Permalink
Update Docker path in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
uditdc committed Aug 3, 2023
1 parent 69dacad commit 5a88f53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: ./packages/server
file: Dockerfile
file: ./packages/server/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Blockless Gateway

[![CI](https://github.com/blocklessnetwork/gateway/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/blocklessnetwork/gateway/actions/workflows/ci.yml)

## Development

To start the development server, run
Expand Down
1 change: 0 additions & 1 deletion packages/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ WORKDIR /app

# Stage 1: Copy the package.json and lock files to the container
COPY package.json ./
COPY yarn.lock ./

RUN yarn install

Expand Down

0 comments on commit 5a88f53

Please sign in to comment.