mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
build: use npm start in master-dbg docker image (#704)
This commit is contained in:
@@ -49,7 +49,7 @@ EXPOSE 3000
|
||||
EXPOSE 4200
|
||||
|
||||
# Flood server in development mode
|
||||
ENTRYPOINT ["npm", "--prefix=/usr/src/app/", "run", "start:development:server", "--", "--host=0.0.0.0"]
|
||||
ENTRYPOINT ["npm", "--prefix=/usr/src/app/", "run", "start", "--", "--host=0.0.0.0"]
|
||||
|
||||
# Then, to start a debugging session of frontend:
|
||||
# docker exec -it ${container_id} npm --prefix=/usr/src/app/ run start:development:client
|
||||
@@ -61,4 +61,4 @@ FROM flood as rtorrent-flood
|
||||
# Copy rTorrent
|
||||
COPY --from=rtorrent / /
|
||||
|
||||
ENTRYPOINT ["npm", "--prefix=/usr/src/app/", "run", "start:development:server", "--", "--host=0.0.0.0", "--rtorrent"]
|
||||
ENTRYPOINT ["npm", "--prefix=/usr/src/app/", "run", "start", "--", "--host=0.0.0.0", "--rtorrent"]
|
||||
|
||||
Reference in New Issue
Block a user