mirror of
https://github.com/FJurmanovic/wallet-go-api.git
synced 2026-02-06 06:08:16 +00:00
Expose port
This commit is contained in:
@@ -14,5 +14,7 @@ WORKDIR /app
|
|||||||
COPY --from=builder /app/bin/migrate /usr/bin/
|
COPY --from=builder /app/bin/migrate /usr/bin/
|
||||||
COPY --from=builder /app/bin/api /usr/bin/
|
COPY --from=builder /app/bin/api /usr/bin/
|
||||||
|
|
||||||
|
EXPOSE ${PORT}
|
||||||
|
|
||||||
CMD ["migrate"]
|
CMD ["migrate"]
|
||||||
ENTRYPOINT ["api"]
|
ENTRYPOINT ["api"]
|
||||||
|
|||||||
Reference in New Issue
Block a user