Skip to content

Commit

Permalink
fix: remove dupe ci in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
KotaHusky committed Mar 26, 2024
1 parent fb4c2e5 commit bba7087
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/main_msal-react-demo-kotahusky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Build Nx Next.js app
run: npx nx build msal-react-demo

- name: Show directory structure
run: tree -L 3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ WORKDIR /app

COPY package.json package-lock.json ./
COPY apps/msal-react-demo/next.config.js ./
RUN npm ci

# Copy the .next directory and the public directory
COPY apps/msal-react-demo/.next ./.next
Expand Down

0 comments on commit bba7087

Please sign in to comment.