Fix Dockerfile

This commit is contained in:
Shiny Nematoda
2023-05-20 08:51:17 +00:00
parent 6799fe96ab
commit 0818c6a24d
+1 -1
View File
@@ -19,4 +19,4 @@ COPY --from=build /src/hyperpipe-backend .
EXPOSE 3000
CMD ./hyperpipe-backend
CMD ["/app/hyperpipe-backend"]