Trần Viết Sơn commited on
Commit
9594d5a
1 Parent(s): 2f7b603

fix: dockerfile

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -0
  2. backend/Dockerfile +2 -0
Dockerfile CHANGED
@@ -19,6 +19,7 @@ RUN npm run build
19
 
20
  COPY backend/entrypoint.sh ./entrypoint.sh
21
 
 
22
  # Expose the port that the app will run on
23
  EXPOSE 3000
24
 
 
19
 
20
  COPY backend/entrypoint.sh ./entrypoint.sh
21
 
22
+ RUN chmod +x ./entrypoint.sh
23
  # Expose the port that the app will run on
24
  EXPOSE 3000
25
 
backend/Dockerfile CHANGED
@@ -19,6 +19,8 @@ RUN npm run build
19
 
20
  COPY backend/entrypoint.sh ./entrypoint.sh
21
 
 
 
22
  # Expose the port that the app will run on
23
  EXPOSE 3000
24
 
 
19
 
20
  COPY backend/entrypoint.sh ./entrypoint.sh
21
 
22
+ RUN chmod +x ./entrypoint.sh
23
+
24
  # Expose the port that the app will run on
25
  EXPOSE 3000
26