Skip to content

Commit

Permalink
refactor(action-yaml): 🎉 update on handler at actions yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Dec 27, 2023
1 parent 4570c84 commit 22da417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN n stable
RUN /bin/bash -c "source /opt/ros/humble/setup.bash && npm install"
RUN /bin/bash -c "npm run build"
EXPOSE 8078
ENTRYPOINT [ "node","/build/app.js" ]
ENTRYPOINT [ "node","/app/build/app.js" ]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "physical-robot-services",
"version": "0.1.0",
"version": "0.1.1",
"description": "Physical Robot Services",
"main": "app/app.ts",
"scripts": {
Expand Down

0 comments on commit 22da417

Please sign in to comment.