Skip to content

Commit

Permalink
updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DEV270201 committed Jul 30, 2024
1 parent b79caf2 commit 773127e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN npm ci
#copying the entire codebase
COPY . .

COPY --from=generated/* .
COPY --from=generated . .

#exposing port of the container
EXPOSE 3000
Expand Down

0 comments on commit 773127e

Please sign in to comment.