Runs the file, but does not run the application.

This commit is contained in:
Dave Smith-Hayes 2024-08-07 20:47:24 -04:00
parent a91ae2c18e
commit 4c8f3063b2

View File

@ -13,6 +13,4 @@ COPY ./posts ./posts
USER bun USER bun
EXPOSE 3000 EXPOSE 3000
CMD [ "bun", "run", "src/index.ts" ] CMD [ "bun", "src/index.tsx" ]
# CMD [ "ls", "-la", "src" ]
# CMD [ "pwd" ]