Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed Jan 7, 2024
1 parent 40d042f commit 0361135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ip-visit-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: docker/build-push-action@v3
with:
file: ip-visit-frontend/Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64
context: ip-visit-frontend/
push: true
tags: |
Expand Down
5 changes: 1 addition & 4 deletions ip-visit-frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ COPY . .
# Uncomment the following line in case you want to disable telemetry during the build.
# ENV NEXT_TELEMETRY_DISABLED 1

RUN yarn build

# If using npm comment out above and use below instead
# RUN npm run build
RUN npm run build

# Production image, copy all the files and run next
FROM base AS runner
Expand Down

0 comments on commit 0361135

Please sign in to comment.