This commit is contained in:
cirroskais 2024-06-19 18:08:34 -04:00
parent a134db2d05
commit 4d984d469c
No known key found for this signature in database
GPG key ID: 5FC73EBF2678E33D

View file

@ -20,4 +20,4 @@ COPY --from=prerelease /usr/src/app/build/lastfm-api .
USER bun
EXPOSE 3000/tcp
RUN ls -lah
CMD [ "lastfm-api" ]
CMD [ "./lastfm-api" ]