Skip to content

Commit

Permalink
fix: la base de donnees migre, et s'execute
Browse files Browse the repository at this point in the history
  • Loading branch information
bachrc committed Oct 16, 2024
1 parent eb4d118 commit 857d5ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ RUN deno task build

FROM base AS database
WORKDIR /app
COPY ./pb_migrations /app/pb_migrations
CMD ["/home/deno/.local/pb/pocketbase", "serve"]
COPY ./pb_migrations /home/deno/.local/pb/pb_migrations
CMD ["/home/deno/.local/pb/pocketbase", "serve", "--http=0.0.0.0:8080"]

FROM nginx:1-alpine AS app
COPY --from=build /app/build /usr/share/nginx/html

0 comments on commit 857d5ae

Please sign in to comment.