Spaces:
Sleeping
Sleeping
Trần Viết Sơn
commited on
Commit
•
9594d5a
1
Parent(s):
2f7b603
fix: dockerfile
Browse files- Dockerfile +1 -0
- 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 |
|