qovery config

This commit is contained in:
Fran Jurmanović
2021-05-25 21:11:14 +02:00
parent 4076a7b010
commit 7257684d19
2 changed files with 10 additions and 16 deletions

View File

@@ -14,7 +14,7 @@ WORKDIR /app
COPY --from=builder /app/bin/migrate /usr/bin/
COPY --from=builder /app/bin/api /usr/bin/
EXPOSE ${PORT}
EXPOSE 80
CMD ["migrate"]
ENTRYPOINT ["api"]