Skip to content

Commit

Permalink
Merge pull request #959 from Agenta-AI/dockerfiles
Browse files Browse the repository at this point in the history
update env file
  • Loading branch information
aakrem authored Nov 28, 2023
2 parents da4d137 + 8a72bac commit aba4db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agenta-web/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ COPY public ./public
COPY next.config.js .
COPY tsconfig.json .
COPY postcss.config.js .
COPY .env .
# used in cloud
COPY .env.production .
# used in cloud
COPY sentry.* .
# Build the Next.js app for production
RUN npm run build
Expand Down

0 comments on commit aba4db6

Please sign in to comment.