diff --git a/Dockerfile b/Dockerfile index 15f4c67..c8a9207 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ RUN yarn install --frozen-lockfile COPY . . RUN yarn build + FROM node:lts-alpine as terraform-workshop-ecs-backend WORKDIR /usr/src/app COPY --from=build /usr/src/app/dist ./dist