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
|
USER bun
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
CMD [ "bun", "run", "src/index.ts" ]
|
CMD [ "bun", "src/index.tsx" ]
|
||||||
# CMD [ "ls", "-la", "src" ]
|
|
||||||
# CMD [ "pwd" ]
|
|
||||||
|
Loading…
Reference in New Issue
Block a user