Runs the file, but does not run the application.
This commit is contained in:
parent
a91ae2c18e
commit
4c8f3063b2
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user