1
0
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:
Gastón Fournier 2025-04-17 16:55:25 +02:00
parent a1ec9f48b0
commit bbff88fcfb
No known key found for this signature in database
GPG Key ID: AF45428626E17A8E
2 changed files with 1 additions and 9 deletions

View File

@ -43,7 +43,7 @@ services:
interval: 1s interval: 1s
timeout: 1m timeout: 1m
retries: 5 retries: 5
start_period: 45s start_period: 15s
db: db:
expose: expose:
- "5432" - "5432"

View File

@ -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