mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
Fix Docker image in wrong directory
This commit is contained in:
parent
a4e84ec3e8
commit
6768ed289f
|
|
@ -41,4 +41,6 @@ RUN bunx prisma generate
|
||||||
USER root
|
USER root
|
||||||
RUN rm /usr/local/bin/node
|
RUN rm /usr/local/bin/node
|
||||||
USER bun
|
USER bun
|
||||||
|
# CD to app
|
||||||
|
WORKDIR /app
|
||||||
ENTRYPOINT [ "bun", "run", "index.ts" ]
|
ENTRYPOINT [ "bun", "run", "index.ts" ]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue