dockerfile
Some checks failed
ci/cd / Build (push) Failing after 3s

This commit is contained in:
Mariia Shabelnik 2025-05-05 20:21:18 +02:00
parent ec35f4c954
commit 44c68e68e9

View File

@ -1,4 +1,4 @@
FROM node:17.1.0-alpine3.12 as builder
FROM node:17.1.0-alpine3.12 AS builder
WORKDIR /app
COPY package.json ./
COPY package-lock.json ./