Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanmehrotra committed Jan 3, 2024
1 parent 87a6453 commit 5c9d472
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM ghcr.io/gofr-dev/website:workflow-package AS base

WORKDIR /app

COPY v1/ /app/src/app/docs
COPY page.md /app/src/app/docs
COPY navigation.js /app/src/lib
COPY docs/v1/ /app/src/app/docs
COPY docs/page.md /app/src/app/docs
COPY docs/navigation.js /app/src/lib

ENV NODE_ENV production

Expand Down

0 comments on commit 5c9d472

Please sign in to comment.