diff --git a/periphery/Dockerfile b/periphery/Dockerfile index 70bf00b20..f9429ee39 100644 --- a/periphery/Dockerfile +++ b/periphery/Dockerfile @@ -13,6 +13,4 @@ RUN apk add --no-cache --virtual .gyp python3 make g++ \ COPY ./build/main.js ./ -ENV PM2_HOME /.pm2 - CMD node main.js \ No newline at end of file