mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-27 13:49:10 +02:00
Revert a few changes from tests
This commit is contained in:
parent
a1ec9f48b0
commit
bbff88fcfb
2
.github/docker-compose.test.yml
vendored
2
.github/docker-compose.test.yml
vendored
@ -43,7 +43,7 @@ services:
|
||||
interval: 1s
|
||||
timeout: 1m
|
||||
retries: 5
|
||||
start_period: 45s
|
||||
start_period: 15s
|
||||
db:
|
||||
expose:
|
||||
- "5432"
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user