Skip to content

Commit

Permalink
remove uncommented out lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kanzer authored and Aaron Kanzer committed Oct 22, 2024
1 parent dc45f8d commit 9a31a10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ RUN npm install
COPY . .

# Install project dependencies
# RUN npm i
RUN npm i

# Vue CLI serves on port 8080 by default, expose that port
# EXPOSE 8080
EXPOSE 8080

# Command to run the app using npm
# CMD ["npm", "run", "dev-server"]
CMD ["npm", "run", "dev-server"]

0 comments on commit 9a31a10

Please sign in to comment.