Docker run command change

This commit is contained in:
darius 2024-02-13 22:17:22 +01:00
parent d0eb0d975b
commit 7703a0446e

View File

@ -16,4 +16,4 @@ RUN go build .
EXPOSE 4002 EXPOSE 4002
# Define the command to run the app when the container starts # Define the command to run the app when the container starts
CMD ["/portfolio-backend"] CMD ["./portfolio-backend"]