Skip to content

Commit

Permalink
Fixed tsc call not being run with npx
Browse files Browse the repository at this point in the history
  • Loading branch information
Inrixia committed Sep 18, 2022
1 parent 474fd61 commit 519508f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 519508f

Please sign in to comment.