yderre-aubay commited on
Commit
f4c2b73
·
verified ·
1 Parent(s): 5ac81e5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,11 +1,11 @@
1
  # Use the official Python 3.9 image
2
  FROM nikolaik/python-nodejs:python3.11-nodejs21
3
 
4
- RUN chmod -R 777 /app/*
5
 
6
  # Copy the current directory contents into the container
7
  COPY . /app
8
 
 
9
 
10
  # Go into the front directory
11
  WORKDIR /app/front
 
1
  # Use the official Python 3.9 image
2
  FROM nikolaik/python-nodejs:python3.11-nodejs21
3
 
 
4
 
5
  # Copy the current directory contents into the container
6
  COPY . /app
7
 
8
+ RUN chmod -R 777 /app/*
9
 
10
  # Go into the front directory
11
  WORKDIR /app/front