Skip to content

Commit a8c0f72

Browse files
committed
test
1 parent 3d3d854 commit a8c0f72

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.DS_Store

0 Bytes
Binary file not shown.

sneaker-service/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ RUN npm install
88

99
COPY . ./
1010

11+
npm run build
12+
1113
EXPOSE 3003
1214

1315
CMD ["node", "dist/index.js"]

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)