mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Fix Docker image in wrong directory
This commit is contained in:
parent
a4e84ec3e8
commit
6768ed289f
1 changed files with 2 additions and 0 deletions
|
|
@ -41,4 +41,6 @@ RUN bunx prisma generate
|
|||
USER root
|
||||
RUN rm /usr/local/bin/node
|
||||
USER bun
|
||||
# CD to app
|
||||
WORKDIR /app
|
||||
ENTRYPOINT [ "bun", "run", "index.ts" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue