Skip to content

Commit

Permalink
update dockerfile port
Browse files Browse the repository at this point in the history
  • Loading branch information
aliosmandev committed May 4, 2024
1 parent 34e46f5 commit 1eb5889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ RUN export COREPACK_ENABLE_STRICT=0 && pnpm docs:build
FROM base AS runner
WORKDIR /app
COPY --from=builder /app/ .
EXPOSE 3000
CMD export COREPACK_ENABLE_STRICT=0 && pnpm docs:start
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ services:
dockerfile: ./apps/docs/Dockerfile
restart: always
ports:
- '6000:3000'
- '4000:3000'

0 comments on commit 1eb5889

Please sign in to comment.