Update Dockerfile

This commit is contained in:
John Parkhurst 2025-06-11 10:39:55 -04:00
parent 21ac649bba
commit 375059e3ee

View file

@ -9,4 +9,7 @@ RUN npm ci
COPY . ./ COPY . ./
EXPOSE 5173 EXPOSE 5173
RUN echo ":tools: Listing context:" && ls -R . && echo "************************"
CMD ["npm", "run", "dev"] CMD ["npm", "run", "dev"]