Skip to content

Commit

Permalink
Merge pull request #710 from hngprojects/Ravencodess-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
ThePrimeJnr authored Jul 28, 2024
2 parents 7ec8906 + 0080edb commit fe163db
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Create .env file
run: |
cp .env.sample .env

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "20"

- name: Create .env file
run: |
cp .env.sample .env

- name: Cache pnpm modules
uses: actions/cache@v3
Expand Down
1 change: 0 additions & 1 deletion docker/development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ FROM base AS builder
WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules
COPY . .
RUN cp .env.sample .env

# Build the application
RUN corepack enable pnpm && pnpm run build
Expand Down

0 comments on commit fe163db

Please sign in to comment.