chore: fixed not copying sub directories
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM node:lts-alpine3.20
|
FROM node:lts-alpine3.20
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY src/* .
|
COPY src/ .
|
||||||
|
|
||||||
RUN npm install --global serve
|
RUN npm install --global serve
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|||||||
Reference in New Issue
Block a user