fixed merge conflict
This commit is contained in:
@@ -1,8 +1,4 @@
|
|||||||
<<<<<<< HEAD
|
|
||||||
FROM node:latest as build-stage
|
|
||||||
=======
|
|
||||||
FROM node:20.9.0-bullseye-slim as build-stage
|
FROM node:20.9.0-bullseye-slim as build-stage
|
||||||
>>>>>>> 307e732608fca31b60027b417412691ff0e1c2f0
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|||||||
Reference in New Issue
Block a user