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