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