Skip to content

Commit 019ca41

Browse files
committed
fix: Fix api
1 parent a3b9f0c commit 019ca41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ COPY --from=build /app/node_modules ./node_modules
4747
COPY ./package.json ./
4848

4949
# Start the application
50-
CMD ["node", "./build/index.js"]
50+
CMD ["node", "./build/api/index.js"]

0 commit comments

Comments
 (0)