From 4c8f3063b2a5259acbbfb3043de40cea9e21ba99 Mon Sep 17 00:00:00 2001 From: Dave Smith-Hayes Date: Wed, 7 Aug 2024 20:47:24 -0400 Subject: [PATCH] Runs the file, but does not run the application. --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a721cbc..d5c6b18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,4 @@ COPY ./posts ./posts USER bun EXPOSE 3000 -CMD [ "bun", "run", "src/index.ts" ] -# CMD [ "ls", "-la", "src" ] -# CMD [ "pwd" ] +CMD [ "bun", "src/index.tsx" ]