GithubHelp home page GithubHelp logo

Comments (3)

webuniverseio avatar webuniverseio commented on June 3, 2024 3

yarn.cmd did the trick, thank you!

version: "2.1"

services:
  app:
    build: .
    command: "yarn.cmd install && yarn.cmd start"
    ports:
      - 3000:3000
    working_dir: c:/app
    volumes:
      - ./:c:/app
    # restart: unless-stopped

from dockerfiles-windows.

StefanScherer avatar StefanScherer commented on June 3, 2024 2

Thanks for the detailed report.

Oh yes, npm couldn‘t be found. That‘s because CMD does not look for other extensions than .exe and .bat.
The npm command is a npm.cmd - put that into your Dockerfile, that should work.

from dockerfiles-windows.

dmbarry86 avatar dmbarry86 commented on June 3, 2024

A small update after some further bashing. If I switch to the shell version of CMD, i.e. CMD npm start then it works. I guess it is maybe looking for an executable which it can't find? However, when I do this the container then immediately shuts down. When used with compose I then need to add stdin_open: true and tty: true options to docker-compose file to keep the container alive.

The CMD [ "npm", "start" ] works fine with Linux Node containers and I don't need to add the extra options to docker-compose. Do you know how they handle it in the Linux containers? Is it possible to make the Windows container syntax equivalent or am I stuck with the differences? I'm currently in the process of migrating one of our Node apps over from Linux to Windows containers, thus my questions. Appreciate any insight you could give.

from dockerfiles-windows.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.