mirror of
https://github.com/thedrewen/protojx-manager.git
synced 2026-03-21 01:48:54 +01:00
fix(docker): correct npm command to run register in Dockerfile
This commit is contained in:
@@ -7,6 +7,6 @@ COPY . .
|
||||
RUN apt-get update && apt-get install -y iputils-ping
|
||||
RUN npm i
|
||||
|
||||
RUN npm register
|
||||
RUN npm run register
|
||||
|
||||
CMD [ "npm", "run", "start" ]
|
||||
Reference in New Issue
Block a user