mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-22 18:30:09 +00:00
feat(docker): add curl for healthcheck support in E2E tests
This commit is contained in:
parent
0e13e14520
commit
d9cdbf43f2
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ FROM nginx:1
|
|||
ENV APP_PORT=80
|
||||
|
||||
# Install runtime dependencies
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends jq && rm -rf /var/lib/apt/lists/*
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends jq curl && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copy built app and configs
|
||||
COPY --from=build /app/dist/browser /usr/share/nginx/html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue