Skip to content

Commit

Permalink
Fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kaarthik108 committed Jul 31, 2023
1 parent 9da5044 commit 0969132
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pulumi/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
FROM amazon/aws-lambda-nodejs:18

ARG FUNCTION_DIR="/var/task"

WORKDIR /var/task

COPY package*.json .
COPY package*.json ./

RUN npm install

RUN npm install -g typescript

COPY . .
COPY . ./

RUN npm run build

Expand Down

0 comments on commit 0969132

Please sign in to comment.