Skip to content

Commit

Permalink
Run tsc after copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Casca0 committed Apr 9, 2024
1 parent a5c281b commit 4527f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ RUN apt update && apt install -y ffmpeg
# Install dependencies
RUN npm install && npm install -g typescript

RUN tsc

# Copy the rest of the application code
COPY . .

RUN tsc

# Define the command to start the Node.js application
CMD [ "node", "dist/index.js" ]

0 comments on commit 4527f27

Please sign in to comment.