feat: adjust docker image build
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ COPY --from=frontend-builder /app/web/dist ./internal/static/dist
|
||||
# Copy configs and entrypoint
|
||||
COPY --from=backend-builder /app/configs ./configs
|
||||
COPY docker-entrypoint.sh .
|
||||
RUN chmod +x docker-entrypoint.sh
|
||||
RUN chmod +x docker-entrypoint.sh && touch "dont-not-delete-anythings|不要删除这里的任何东西"
|
||||
|
||||
EXPOSE 8052
|
||||
|
||||
|
||||
Reference in New Issue
Block a user