mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-13 10:02:15 +00:00
fix(docker): Fix default expose port
This commit is contained in:
@@ -17,5 +17,5 @@ FROM base AS runtime
|
||||
|
||||
COPY --from=builder /runtime /runtime
|
||||
ENV PATH=/runtime/bin:$PATH
|
||||
EXPOSE 8000/tcp
|
||||
EXPOSE 80/tcp
|
||||
CMD ["smsbot"]
|
||||
Reference in New Issue
Block a user