Skip to content

Commit 21cd9dd

Browse files
committed
Trigger change
1 parent 3ad58d2 commit 21cd9dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sneaker-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ COPY . ./
1010

1111
EXPOSE 3003
1212

13-
CMD ["cmd", "dist/index.js"]
13+
CMD ["node", "dist/index.js"]
1414

sneaker-service/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ const start = async () => {
116116
}
117117

118118
start();
119-
////
119+
/////

0 commit comments

Comments
 (0)