Skip to content

Commit

Permalink
DockerfileのCMD行の末尾に改行を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
miutaku authored and miutaku committed Jan 26, 2025
1 parent b9de24b commit 2c8164c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage-frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ RUN npm run build
EXPOSE 3000

# Start the application
CMD ["npm", "start"]
CMD ["npm", "start"]

0 comments on commit 2c8164c

Please sign in to comment.