Version 1.3.0-rc3 - Modif Docker
This commit is contained in:
@@ -19,4 +19,4 @@ COPY . .
|
||||
RUN npm run build
|
||||
|
||||
EXPOSE 4001
|
||||
CMD ["http-server", "dist", "-p", "4001", "--spa"]
|
||||
CMD ["http-server", "dist", "-p", "4001"]
|
@@ -7,7 +7,7 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
container_name: subsonics-frontend
|
||||
ports:
|
||||
- "4001:8080" # mappe le port 8080 du conteneur au port 4001 de l'hôte
|
||||
- "4001:4001"
|
||||
volumes:
|
||||
- subsonics-frontend:/app/dist
|
||||
restart: unless-stopped
|
||||
|
Reference in New Issue
Block a user