Skip to content

Commit

Permalink
Add newline at the end of Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Brown committed Nov 5, 2024
1 parent 691d0f8 commit a49c27a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ EXPOSE 4173
RUN npm run build

# Specify the command to run the app
CMD ["npm", "run", "preview"]
CMD ["npm", "run", "preview"]
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ RUN npm run build:graphql
EXPOSE 5173

# Specify the command to run the app
CMD ["npm", "run", "dev", "--", "--host", "0.0.0.0"]
CMD ["npm", "run", "dev", "--", "--host", "0.0.0.0"]

0 comments on commit a49c27a

Please sign in to comment.