From 4d984d469c8ba799a178f594e35bd726c62966d4 Mon Sep 17 00:00:00 2001 From: cirroskais Date: Wed, 19 Jun 2024 18:08:34 -0400 Subject: [PATCH] bruh --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd78221..4898c46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ COPY --from=prerelease /usr/src/app/build/lastfm-api . USER bun EXPOSE 3000/tcp RUN ls -lah -CMD [ "lastfm-api" ] \ No newline at end of file +CMD [ "./lastfm-api" ] \ No newline at end of file