Traduction en anglais des fichiers
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
FROM jupyterhub/jupyterhub:latest
|
||||
|
||||
# Installation de DockerSpawner
|
||||
# Install DockerSpawner
|
||||
RUN pip install dockerspawner
|
||||
|
||||
# Copie de la configuration
|
||||
# Copy configuration
|
||||
COPY jupyterhub_config.py /srv/jupyterhub/jupyterhub_config.py
|
||||
|
||||
# Port exposé
|
||||
# Expose port
|
||||
EXPOSE 8000
|
||||
|
||||
# Répertoire de travail
|
||||
# Working directory
|
||||
WORKDIR /srv/jupyterhub
|
||||
|
||||
# Commande de démarrage
|
||||
# Startup command
|
||||
CMD ["jupyterhub", "-f", "/srv/jupyterhub/jupyterhub_config.py"]
|
||||
Reference in New Issue
Block a user