diff --git a/apps/agent/deployment/Dockerfile b/apps/agent/deployment/Dockerfile index 7898a50c40d9e3bd7f51559f638265d776530ad7..735facba48c116131b8749d24df5cfddb2ba3f38 100644 --- a/apps/agent/deployment/Dockerfile +++ b/apps/agent/deployment/Dockerfile @@ -1,3 +1,3 @@ FROM nginx:alpine -EXPOSE 80 -COPY ./dist . \ No newline at end of file +EXPOSE 8080 +COPY ./dist .