Skip to content

Commit

Permalink
fix: mauvaise comande dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bachrc committed Oct 16, 2024
1 parent 900f9aa commit 8cb3b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN deno task build
FROM base AS database
WORKDIR /app
COPY ./pb_migrations /app/pb_migrations
CMD "/home/deno/.local/pb/pocketbase serve"
CMD ["/home/deno/.local/pb/pocketbase", "serve"]

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

0 comments on commit 8cb3b4d

Please sign in to comment.