diff --git a/frontend/Dockerfile b/frontend/Dockerfile index da1ede0d77..9a754e6941 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -10,3 +10,4 @@ RUN bun install COPY --chown=app:app ./ /home/app/ CMD ["bun", "start"] +#Prove it