diff --git a/Dockerfile b/Dockerfile index b3d3b510..99f3579f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN apt-get install nodejs -yq RUN npm i -g @parcel/watcher node-gyp-build-optional-packages node-gyp RUN bun install RUN bun build +RUN bun db-pull EXPOSE 4550/tcp