Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
big-camel committed Jun 18, 2024
1 parent f7a7154 commit a026681
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 @@ -48,7 +48,7 @@ COPY --from=builder /app/src/web/nextui/.next/standalone ./
COPY --from=builder /app/src/web/nextui/.next/static ./.next/static
COPY --from=builder /app/drizzle ./.next/server/drizzle

RUN mkdir -p /root/.promptfoo/output
# RUN mkdir -p /root/.promptfoo/output

# Create a script to write environment variables to .env file
RUN echo -e '#!/bin/sh\n\
Expand Down

0 comments on commit a026681

Please sign in to comment.