Skip to content

Commit

Permalink
chore: fix typo for Dockerfile (#965)
Browse files Browse the repository at this point in the history
Signed-off-by: withbest <[email protected].>
  • Loading branch information
withbest authored Dec 20, 2024
1 parent 11ba19f commit 8ab0f00
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 @@ -31,5 +31,5 @@ EXPOSE 8080
# Build the app
RUN yarn run build

# Start the aplication
# Start the application
CMD ["yarn", "run", "start" ]

0 comments on commit 8ab0f00

Please sign in to comment.