Prajith04 commited on
Commit
a137291
·
verified ·
1 Parent(s): 477c613

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -4,6 +4,8 @@ WORKDIR /app
4
 
5
  RUN apt update && apt install -y wget unzip sudo docker.io docker-compose \
6
  && apt clean && rm -rf /var/lib/apt/lists/*
 
 
7
 
8
  COPY . /app
9
 
 
4
 
5
  RUN apt update && apt install -y wget unzip sudo docker.io docker-compose \
6
  && apt clean && rm -rf /var/lib/apt/lists/*
7
+ COPY --chown=user ./docker-compose.yml docker-compose.yml
8
+ COPY --chown=user ./judge0.conf judge0.conf
9
 
10
  COPY . /app
11