runa gain

This commit is contained in:
maddalax 2024-09-21 13:37:32 -05:00
parent 88d2d22076
commit 7ba13f0f7b

View file

@ -33,5 +33,6 @@ COPY --from=builder /app/dist .
# Expose the necessary port (replace with your server port) # Expose the necessary port (replace with your server port)
EXPOSE 3000 EXPOSE 3000
# Command to run the binary # Command to run the binary
CMD ["./htmgo-site"] CMD ["./htmgo-site"]