Skip to content

Commit a0bee27

Browse files
committed
cleanup
1 parent e25d72a commit a0bee27

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
paths:
88
- 'src/**'
99
- 'package.json'
10-
- 'package-lock.json'
1110
- 'Dockerfile'
11+
- '.dockerignore'
1212
workflow_dispatch:
1313
inputs:
1414
version:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ COPY --from=builder /app/dist ./dist
1717
RUN touch .env
1818

1919
EXPOSE 3000
20-
CMD ["node", "--enable-source-maps", "dist/index.js"]
20+
CMD ["node", "--enable-source-maps", "dist/index.js"]

0 commit comments

Comments
 (0)