diff --git a/src/Api/Dockerfile b/src/Api/Dockerfile index 26068ce..e2560a1 100644 --- a/src/Api/Dockerfile +++ b/src/Api/Dockerfile @@ -7,3 +7,5 @@ ADD . /Api RUN npm install RUN npm run build EXPOSE 8080 +CMD [ "node","." ] +