refactor: rename url-shortener to bit

This commit is contained in:
Juan Rodriguez
2024-07-10 22:25:17 +02:00
parent b0160f8127
commit 050fd6f1e3
7 changed files with 51 additions and 42 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ COPY --from=build /usr/src/app/db db
COPY --from=build /usr/src/app/bin /usr/local/bin
EXPOSE 4000/tcp
CMD ["url-shortener"]
CMD ["bit"]