Skip to content

Commit 026818d

Browse files
committed
fix: add Kamal service label to Dockerfile
1 parent cfef5cb commit 026818d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ EXPOSE 3000
7171
ENV NODE_ENV=production
7272
ENV PORT=3000
7373

74+
# Kamal requires service label
75+
LABEL service="kelas"
76+
7477
# Start the application
7578
# Using explicit path for CJS compatibility with Node 24
7679
CMD ["npx", "remix-serve", "./build/index.js"]

0 commit comments

Comments
 (0)