Skip to content

Commit

Permalink
fix: set CI=1 in Dockerfile as a workaround (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 authored May 11, 2023
1 parent 5580b5b commit c1d62b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ VOLUME /soft-serve
# Environment variables
ENV SOFT_SERVE_DATA_PATH "/soft-serve"
ENV SOFT_SERVE_INITIAL_ADMIN_KEYS ""
# workaround to prevent slowness in docker when running with a tty
ENV CI "1"

# Expose ports
# SSH
Expand Down

0 comments on commit c1d62b5

Please sign in to comment.