fixed Dockerfile
This commit is contained in:
parent
e9ebe3dfe1
commit
5dccc2e4cf
@ -1,4 +1,4 @@
|
||||
FROM node:20-slim as builder
|
||||
FROM node:20-slim AS builder
|
||||
WORKDIR /usr/src/app
|
||||
COPY package.json .
|
||||
COPY package-lock.json* .
|
||||
|
Loading…
Reference in New Issue
Block a user