Skip to content
Snippets Groups Projects
Commit e1917680 authored by CHEBBLI-DISDIER VINCENT's avatar CHEBBLI-DISDIER VINCENT :performing_arts:
Browse files

Dockerfile doesn't work on WSL, switching to linux

parent ccd23839
Branches print_array
No related merge requests found
# syntax=docker/dockerfile:1
RUN echo "0\n"
FROM ubuntu
RUN echo "1\n"
RUN apt-get update
RUN echo "2\n"
# Install the files needed
RUN git clone https://git.unistra.fr/chebblidisdier/projet-cloud-virt.git
RUN echo "3\n"
# Launch the front-end server
RUN cd projet-cloud-virt
EXPOSE 3000
RUN echo "4\n"
CMD launch_front.sh
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment