Skip to content

Commit

Permalink
Merge pull request #27 from qpoint-io/artillery-makefile
Browse files Browse the repository at this point in the history
Provide a Makefile for artillery and bump node version
  • Loading branch information
tylerflint authored Aug 29, 2024
2 parents 4199d64 + 402ad15 commit 93979db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/apps/artillery/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official Node.js runtime as a base image
FROM node:14-slim
FROM node:18-slim

# Update the system and install necessary tools
RUN apt-get update
Expand Down
4 changes: 4 additions & 0 deletions kubernetes/apps/artillery/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

docker:
@docker build -t demo-artillery .
@docker run --rm -it demo-artillery

0 comments on commit 93979db

Please sign in to comment.