Skip to content

Commit

Permalink
examples: standardize dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed Sep 20, 2024
1 parent 2756eab commit 63b2520
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ COPY package*.json ./
RUN npm install
COPY . .
EXPOSE 8080
CMD [ "npm", "start" ]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ services:
app:
image: app
build: .
command: npm start # runs "node app.js"
ports:
- 8080:8080
tracetest-agent:
Expand Down

0 comments on commit 63b2520

Please sign in to comment.