Skip to content

Commit 3e0cdc2

Browse files
committed
Fix Dockerfile
1 parent 8c1916c commit 3e0cdc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ WORKDIR /app
1515
RUN npm run build
1616

1717
FROM node:24-alpine
18-
COPY ./package.json package-lock.json server.js /app/
18+
COPY ./package.json package-lock.json server.ts /app/
1919

2020

2121
ENV PORT="8080"

0 commit comments

Comments
 (0)