This commit is contained in:
Samuel Jędrzejewski
2025-02-07 02:49:19 +01:00
parent 5426e5b48e
commit 32a6f3fb5f

View File

@@ -4,7 +4,7 @@ WORKDIR /app
COPY . .
COPY package.json.docker ./package.json
COPY .env.example ./.env.local
COPY .env.local ./.env.local
RUN npm install