This commit is contained in:
cirroskais 2024-07-26 00:40:33 -04:00
parent 88ba5e26cb
commit 50ff8d7a68
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/garf-api .
USER bun
EXPOSE 3000/tcp
RUN ls -lah
CMD [ "garf-api" ]
CMD [ "./garf-api" ]