11
This commit is contained in:
parent
451dc945e2
commit
00602fc0a7
@ -23,4 +23,4 @@ RUN ls -la /app/dist || echo "Debug: /app/dist directory not found or ls failed"
|
|||||||
|
|
||||||
EXPOSE 3302
|
EXPOSE 3302
|
||||||
|
|
||||||
CMD ["sh", "-c", "cd /app && npm run start"]
|
CMD ["npm", "run", "start"]
|
||||||
@ -7,7 +7,5 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: jimeng-free-api:latest
|
image: jimeng-free-api:latest
|
||||||
container_name: jimeng-free-api
|
container_name: jimeng-free-api
|
||||||
volumes:
|
|
||||||
- ./:/app
|
|
||||||
ports:
|
ports:
|
||||||
- "3300:3302"
|
- "3300:3302"
|
||||||
Loading…
x
Reference in New Issue
Block a user