Skip to content

Commit

Permalink
Ensure all source files are compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
willsawyerrrr committed Jan 19, 2024
1 parent b1cea2d commit 99c6f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM public.ecr.aws/lambda/nodejs:20 as build-image
WORKDIR /usr/app

COPY package.json package-lock.json tsconfig.json ./
COPY src/index.ts ./src/
COPY src ./src

RUN npm clean-install
RUN npm run build
Expand Down

0 comments on commit 99c6f22

Please sign in to comment.