diff --git a/.github/docker-compose.test.yml b/.github/docker-compose.test.yml index 33d06a62e0..fd0f275024 100644 --- a/.github/docker-compose.test.yml +++ b/.github/docker-compose.test.yml @@ -43,7 +43,7 @@ services: interval: 1s timeout: 1m retries: 5 - start_period: 45s + start_period: 15s db: expose: - "5432" diff --git a/frontend/Dockerfile b/frontend/Dockerfile deleted file mode 100644 index 325ea39901..0000000000 --- a/frontend/Dockerfile +++ /dev/null @@ -1,8 +0,0 @@ -FROM node:20.19.0-alpine3.21 -COPY .. /app -WORKDIR /app -RUN corepack enable -RUN yarn --cwd ./frontend install -ARG UNLEASH_API="http://localhost:4242" -ENV UNLEASH_API=${UNLEASH_API} -WORKDIR /app/frontend \ No newline at end of file