Skip to content

Commit 9b6c7b7

Browse files
author
Shreyas Nayak
committed
Docker file updated
1 parent b886236 commit 9b6c7b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM node:20-bookworm-slim
22
RUN mkdir -p /opt/app
33
RUN mkdir -p /opt/app/functions
44
WORKDIR /opt/app
5+
COPY openapi.json /opt/app/openapi.json
56
COPY package.json /opt/app/package.json
67
COPY package-lock.json /opt/app/package-lock.json
78
RUN npm install

0 commit comments

Comments
 (0)