Skip to content

Commit

Permalink
docker build -t postman-to-k6 . (#114)
Browse files Browse the repository at this point in the history
Signed-off-by: Colton J. McCurdy <[email protected]>
  • Loading branch information
mccurdyc authored Sep 27, 2023
1 parent 3030ee2 commit d45d845
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 @@ -5,6 +5,6 @@ WORKDIR /home/node/postman-to-k6
COPY package*.json ./
USER node
COPY --chown=node:node . .
RUN npm install --production
RUN npm install --only=production --ignore-scripts

ENTRYPOINT ["node", "bin/postman-to-k6.js"]

0 comments on commit d45d845

Please sign in to comment.