Skip to content

Commit

Permalink
deploy updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vancik01 committed Apr 8, 2024
1 parent 2f2c6f4 commit 23f8901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ WORKDIR /
COPY package*.json ./
COPY tsconfig.json ./
COPY .env ./
COPY /src/swagger.json ./dist/src/
RUN npm install
COPY . .

Expand Down

0 comments on commit 23f8901

Please sign in to comment.