Skip to content

Commit

Permalink
🐎 ci: 修改docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanjunjie committed Jul 3, 2024
1 parent 3aceee4 commit dc55bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nest-admin/servers/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:22.3.0 as builder

CMD [ "mkdir", "/upload" ]
RUN mkdir -p /upload && chmod 777 /upload

WORKDIR /servers

Expand Down

0 comments on commit dc55bad

Please sign in to comment.