Skip to content

Commit

Permalink
feat(server): build app before running
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Nov 17, 2024
1 parent d8c3354 commit 407f0dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions simple-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ COPY . .
# Install application dependencies
RUN npm install

# Build the application
RUN npm run build

# Expose the API port
EXPOSE 3000

Expand Down

0 comments on commit 407f0dc

Please sign in to comment.