Skip to content

Commit

Permalink
add loadtest to container image
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-block committed Oct 11, 2023
1 parent 1dd8556 commit c97a275
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ COPY src ./src
RUN npm install
RUN npm run build:esm

COPY loadtest.ts .
RUN node_modules/.bin/tsc --moduleResolution nodenext --module nodenext --strict loadtest.ts

VOLUME /dwn-server/data

ENTRYPOINT [ "/dwn-server/entrypoint.sh" ]
Expand Down

0 comments on commit c97a275

Please sign in to comment.