Thamaraikannan commited on
Commit
5a49d6d
·
verified ·
1 Parent(s): c0d0e84

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -11,6 +11,9 @@ RUN yarn install --frozen-lockfile
11
  # Copy project files
12
  COPY . .
13
 
 
 
 
14
  # Expose the port
15
  EXPOSE 5000
16
 
 
11
  # Copy project files
12
  COPY . .
13
 
14
+ RUN mkdir -p /app/public && chown -R node:node /app/public
15
+
16
+
17
  # Expose the port
18
  EXPOSE 5000
19