diff --git a/frontend/dockerfile b/frontend/dockerfile index 7894edc..bd04b8b 100644 --- a/frontend/dockerfile +++ b/frontend/dockerfile @@ -37,4 +37,4 @@ WORKDIR / EXPOSE 80 -CMD ["sh", "-c", "node application/runtimeSetup.js && serve -s application -p 80"] \ No newline at end of file +CMD ["sh", "-c", "node application/runtimeSetup.js && serve -s application -l 80 --no-clipboard"] \ No newline at end of file