diff --git a/Dockerfile b/Dockerfile index d1141c6..e97add8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-alpine as builder +FROM node:20-alpine AS builder WORKDIR /app COPY . . @@ -26,4 +26,4 @@ COPY --from=builder /app/static /app/static EXPOSE 3000 -CMD node ./dist/ \ No newline at end of file +CMD ["node" "./dist/"]