diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 2e48a2b..753483e 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -5,11 +5,11 @@ WORKDIR /app COPY ./package.json ./ COPY ./bun.lockb ./ +RUN npm install + COPY . . # COPY ./.env.example ./.env -RUN npm install - ARG DATABASE_URL RUN DATABASE_URL=$DATABASE_URL npm run db:migrate diff --git a/frontend/static/googled263903462c1d2c5.html b/frontend/static/googled263903462c1d2c5.html new file mode 100644 index 0000000..6881bdd --- /dev/null +++ b/frontend/static/googled263903462c1d2c5.html @@ -0,0 +1 @@ +google-site-verification: googled263903462c1d2c5.html \ No newline at end of file