diff --git a/Dockerfile b/Dockerfile index 1ede79c..8d835ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN npm install COPY ./src /fp/src # Compile the project -RUN tsc +RUN npx tsc # Runs on container start CMD node ./dist/float.js \ No newline at end of file